Skip to content

Commit

Permalink
refactor: install mysql2 driver for mysql database
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 8, 2022
1 parent af78689 commit ba74a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const DB_SERVER_ENV_VALUES = {
*/
const DB_DRIVER_PACKAGES = {
sqlite: 'sqlite3',
mysql: 'mysql',
mysql: 'mysql2',
pg: 'pg',
oracle: 'oracledb',
mssql: 'mssql',
Expand Down

0 comments on commit ba74a38

Please sign in to comment.