From d924963fe94a6e1cedbfa48258e6c287fe10f686 Mon Sep 17 00:00:00 2001 From: Federico Razzoli Date: Tue, 23 Jul 2024 16:00:40 +0100 Subject: [PATCH] Mention MariaDB, add link to Awesome MariaDB --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a7f5f89..81c496b0 100644 --- a/README.md +++ b/README.md @@ -362,7 +362,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for connecting and operating databases.* -* MySQL - [awesome-mysql](http://shlomi-noach.github.io/awesome-mysql/) +* MySQL and MariaDB - [awesome-mysql](http://shlomi-noach.github.io/awesome-mysql/), [awesome-mariadb](https://github.com/Vettabase/awesome-mariadb) * [mysqlclient](https://github.com/PyMySQL/mysqlclient) - MySQL connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork). * [pymysql](https://github.com/PyMySQL/PyMySQL) - A pure Python MySQL driver compatible to mysql-python. * PostgreSQL - [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)