mirror of
https://github.com/ent/ent.git
synced 2026-05-22 09:31:45 +03:00
Reviewed By: alexsn Differential Revision: D18245079 fbshipit-source-id: d4f59d88fe2125d924bfb85521fa43898ea5ce35
24 lines
658 B
Markdown
Executable File
24 lines
658 B
Markdown
Executable File
---
|
|
id: dialects
|
|
title: Supported Dialects
|
|
---
|
|
|
|
## MySQL
|
|
|
|
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`.
|
|
|
|
|
|
## 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`.
|
|
|
|
## SQLite
|
|
|
|
SQLite was developed only for testing, and it does not support the incremental updates for tables.
|
|
|
|
|
|
## Gremlin
|
|
|
|
Gremlin does not support migration nor indexes, and **<ins>it's considered experimental</ins>**. |