Skip to content

Commit

Permalink
refactor: update mysql client to mysql2 (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
McSneaky committed Aug 26, 2022
1 parent 11ae8b6 commit 4d7498d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/database.txt
Expand Up @@ -65,11 +65,11 @@ const databaseConfig: DatabaseConfig = {
| Configuration for MySQL database. Make sure to install the driver
| from npm when using this connection
|
| npm i mysql
| npm i mysql2
|
*/
mysql: {
client: 'mysql',
client: 'mysql2',
connection: {
host: Env.get('MYSQL_HOST'),
port: Env.get('MYSQL_PORT'),
Expand Down

0 comments on commit 4d7498d

Please sign in to comment.