doc: update supported dialects (#1589)

* MariaDB 10.3 has supported by https://github.com/ent/ent/pull/1407.
* PostgreSQL 13 has supported by https://github.com/ent/ent/pull/961.
This commit is contained in:
y-yagi
2021-05-22 18:15:33 +09:00
committed by GitHub
parent a46277d412
commit 414dc89605

View File

@@ -11,12 +11,12 @@ and it's being tested constantly on the following 3 versions: `5.6.35`, `5.7.26`
## 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.
and it's being tested constantly on the following 3 versions: `10.2`, `10.3` and latest version.
## PostgreSQL
PostgreSQL supports all the features that are mentioned in the [Migration](migrate.md) section,
and it's being tested constantly on the following 3 versions: `10`, `11` and `12`.
and it's being tested constantly on the following 4 versions: `10`, `11`, `12` and `13`.
## SQLite