From 00615046f9596f11638bb70de77308caf1e1fbff Mon Sep 17 00:00:00 2001 From: robertsilen Date: Fri, 10 Jan 2025 13:58:53 +0200 Subject: [PATCH] add MariaDB to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f22e1cf241..e981e200620 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -nopCommerce: free and open-source eCommerce solution +nopCommerce: free and open-source eCommerce solution =========== [nopCommerce](https://www.nopcommerce.com/?utm_source=github&utm_medium=content&utm_campaign=homepage) is the best open-source eCommerce platform. nopCommerce is free, and it is the most popular ASP.NET Core shopping cart. @@ -13,7 +13,7 @@ * nopCommerce runs on .NET 9 with an MS SQL 2012 (or higher) backend database. * nopCommerce is cross-platform, and you can run it on Windows, Linux, or Mac. * nopCommerce supports Docker out of the box, so you can easily run nopCommerce on a Linux machine. -* nopCommerce supports PostgreSQL and MySQL databases. +* nopCommerce supports PostgreSQL, MariaDB and MySQL databases. * nopCommerce fully supports web farms. You can read more about it [here](https://docs.nopcommerce.com/en/developer/tutorials/web-farms.html?utm_source=github&utm_medium=referral&utm_campaign=documentation&utm_content=text). * All methods in nopCommerce are async. * nopCommerce supports multi-factor authentication out of the box.