remove incomplete mysql and cockroachdb support

This commit is contained in:
Alex Suraci
2018-11-15 10:45:36 -05:00
parent 2425c6ea63
commit 7c63be4104
23 changed files with 5 additions and 4955 deletions

View File

@@ -244,7 +244,7 @@ The flow of the migration process is as follows:
## SQL
Dex supports two flavors of SQL, SQLite3 and Postgres. MySQL and CockroachDB may be added at a later time.
Dex supports two flavors of SQL: SQLite3 and Postgres.
Migrations are performed automatically on the first connection to the SQL server (it does not support rolling back). Because of this dex requires privileges to add and alter the tables for its database.