Skip to content

Commit

Permalink
Mark CRDB as beta, mark oracle as ga
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jan 20, 2022
1 parent 889668f commit 3cbe86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/cli/utils/drivers.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const drivers = {
pg: 'PostgreSQL / Redshift',
cockroachdb: 'CockroachDB',
cockroachdb: 'CockroachDB (Beta)',
mysql: 'MySQL / MariaDB / Aurora',
sqlite3: 'SQLite',
mssql: 'Microsoft SQL Server',
oracledb: 'Oracle Database (Alpha)',
oracledb: 'Oracle Database',
};

export function getDriverForClient(client: string): keyof typeof drivers | null {
Expand Down

0 comments on commit 3cbe86d

Please sign in to comment.