export type SupportedDatabasesType = 'MySQL'
  | 'MariaDB'
  | 'Postgres'
  | 'CockroachDB'
  | 'SQLite'
  | 'MicrosoftSQLServer'
  | 'Oracle'
  | 'SAPHana'
  | 'MongoDB'
  | 'other'
