From 6d34023cd97a58ebe68b9d822053deb35c657d59 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Fri, 12 Feb 2021 10:07:03 +0200 Subject: [PATCH] doc: add mariadb to supported dialects --- doc/md/dialects.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/md/dialects.md b/doc/md/dialects.md index d9ecc2038..4a33a9965 100755 --- a/doc/md/dialects.md +++ b/doc/md/dialects.md @@ -8,6 +8,10 @@ title: Supported Dialects MySQL supports all the features that are mentioned in the [Migration](migrate.md) section, and it's being tested constantly on the following 3 versions: `5.6.35`, `5.7.26` and `8`. +## MariaDB + +MariaDB supports all the features that are mentioned in the [Migration](migrate.md) section, +and it's being tested constantly on the following 2 versions: `10.2` and latest version. ## PostgreSQL