From a93c109bbfa206734169cee47bd1d52583dcd23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sil=C3=A9n?= Date: Fri, 22 Nov 2024 21:45:35 +0200 Subject: [PATCH] docs: Add MariaDB to README.md (#3509) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c763507a3a..40277c0981 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ The Go CDK provides generic APIs for: * Unstructured binary (blob) storage * Publish/Subscribe (pubsub) * Variables that change at runtime (runtimevar) -* Connecting to MySQL and PostgreSQL databases (mysql, postgres) +* Connecting to MySQL (including MariaDB) and PostgreSQL databases (mysql, postgres) * Server startup and diagnostics: request logging, tracing, and health checking (server)