doc/website/blog: TiDB announcement (#2396)

This commit is contained in:
Amit Shani
2022-03-17 14:42:15 +02:00
committed by GitHub
parent b1abbd3d65
commit 683fe8cc3b
3 changed files with 104 additions and 1 deletions

View File

@@ -27,3 +27,10 @@ supported by default by SQLite, and will be added in the future using a [tempora
## Gremlin
Gremlin does not support migration nor indexes, and **<ins>it's considered experimental</ins>**.
## TiDB - **<ins>preview</ins>**
TiDB support is in preview and requires the [Atlas migration engine](#atlas-integration).
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`.