From 5c42e9e79980fa20e60b8f13820503eab265f729 Mon Sep 17 00:00:00 2001 From: Federico Razzoli Date: Sat, 6 Jul 2024 11:46:44 +0100 Subject: [PATCH] Add MyZql Zig connector --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 188faad..9ed7aaa 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ This list accepts and encourages pull requests. See [CONTRIBUTING](https://githu - [PHP mysqlnd](https://www.php.net/manual/en/book.mysqlnd.php) - MySQL native driver for PHP. - [PyMySQL](https://github.com/PyMySQL/PyMySQL) - MySQL database connector for Python. - [Ruby Mysql2 gem](https://github.com/brianmario/mysql2) - MySQL driver for Ruby and Rails projects. +- [MyZql](https://github.com/speed2exe/myzql) - MySQL and MariaDB driver in native Zig. ## Deployment