Skip to content

Commit

Permalink
fix(cli): Use proper MSSQL client (#2853)
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Nov 5, 2022
1 parent c5c1fba commit bae5176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/connection/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const DATABASE_CLIENTS = {
sqlite: 'sqlite3',
postgresql: 'pg',
mysql: 'mysql',
mssql: 'tedious'
mssql: 'mssql'
}

export const getDatabaseClient = (database: DatabaseType) => DATABASE_CLIENTS[database]
Expand Down

0 comments on commit bae5176

Please # to comment.