1.5 KiB
Executable File
id, title
| id | title |
|---|---|
| dialects | Supported Dialects |
MySQL
MySQL supports all the features that are mentioned in the Migration 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 section,
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 section,
and it's being tested constantly on the following 4 versions: 10, 11, 12 and 13.
SQLite
SQLite supports all "append-only" features mentioned in the Migration section. However, dropping or modifying resources, like drop-index are not supported by default by SQLite, and will be added in the future using a temporary table.
Gremlin
Gremlin does not support migration nor indexes, and it's considered experimental.
TiDB - preview
TiDB support is in preview and requires the Atlas migration engine.
TiDB is MySQL compatible and thus any feature that works on MySQL should work on TiDB as well.
For a list of known compatibility issues, visit: https://docs.pingcap.com/tidb/stable/mysql-compatibility
The integration with TiDB is currently tested on version 5.4.0.