Supported Dialects
#
MySQLMySQL 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
.
#
MariaDBMariaDB supports all the features that are mentioned in the Migration section,
and it's being tested constantly on the following 2 versions: 10.2
and latest version.
#
PostgreSQLPostgreSQL supports all the features that are mentioned in the Migration section,
and it's being tested constantly on the following 3 versions: 10
, 11
and 12
.
#
SQLiteSQLite 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.
#
GremlinGremlin does not support migration nor indexes, and it's considered experimental.