mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update CLI database support labels
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
export const drivers = {
|
||||
pg: 'PostgreSQL / Redshift',
|
||||
mysql: 'MySQL / MariaDB / Aurora',
|
||||
sqlite3: 'SQLite (Beta)',
|
||||
sqlite3: 'SQLite',
|
||||
mssql: 'Microsoft SQL Server',
|
||||
oracledb: 'Oracle Database (Alpha)',
|
||||
mssql: 'Microsoft SQL Server (Alpha)',
|
||||
};
|
||||
|
||||
export function getDriverForClient(client: string): keyof typeof drivers | null {
|
||||
|
||||
Reference in New Issue
Block a user