Files
ent/doc/md/dialects.md
Ariel Mashraki 559f163abe all: add postgres to docs
Reviewed By: alexsn

Differential Revision: D18245079

fbshipit-source-id: d4f59d88fe2125d924bfb85521fa43898ea5ce35
2019-10-31 06:31:21 -07:00

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>**.