From 3ef6556fcb59c36aa7e53a18421d6049e9c7b895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sil=C3=A9n?= Date: Fri, 15 May 2026 14:09:11 +0300 Subject: [PATCH] Update MySQL section to include MariaDB The connection page only listed MySQL, while Database & Async Runtime (https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime/) already documents MariaDB via sqlx-mysql. MariaDB uses the same mysql:// URL format; this aligns the connection page. --- SeaORM/docs/02-install-and-config/02-connection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SeaORM/docs/02-install-and-config/02-connection.md b/SeaORM/docs/02-install-and-config/02-connection.md index d6ccf9479f..f111506fb8 100644 --- a/SeaORM/docs/02-install-and-config/02-connection.md +++ b/SeaORM/docs/02-install-and-config/02-connection.md @@ -33,7 +33,7 @@ Multiple queries will execute in parallel as you `await` on them. Here are some tips for database specific options: -### MySQL +### MySQL and MariaDB ``` mysql://username:password@host/database