export type MikroOrmDBType = 'sqlite' | 'mysql' | 'mariadb' | 'postgresql' | 'mongo';