From 4d99583434a4596988979a6fc68ece54b8dd063f Mon Sep 17 00:00:00 2001 From: ygrek Date: Fri, 27 Sep 2024 17:07:24 -0400 Subject: [PATCH] s/ocaml-mysql/ocaml-mariadb/ ocaml-mariadb is better and i recommend to use it for new code + ygrek.org.ua was squatted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78b74dc..a7f122b 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ There is also an ongoing experimental project to make OCaml multiprocessor and m - [SQLite3](https://github.com/mmottl/sqlite3-ocaml) — OCaml bindings to the SQLite3 database. - [Sqlite3EZ](https://mlin.github.io/ocaml-sqlite3EZ/) — Thin wrapper for SQLite3 with a simplified interface. - [ocaml-redis](https://github.com/0xffea/ocaml-redis) – Redis bindings for OCaml. - - [mysql](http://ygrek.org.ua/p/ocaml-mysql/) – Bindings to libmysqlclient for interacting with MySQL databases. + - [mariadb](https://github.com/ocaml-community/ocaml-mariadb) - Bindings to MariaDB/MySQL, supporting the nonblocking API - [pgx](https://github.com/arenadotio/pgx) – A pure OCaml PostgreSQL client library. - [mysql_protocol](https://github.com/slegrand45/mysql_protocol) – Implementation of MySQL Protocol with the Bitstring library. - **New Implementations**