swop mysql library and knex client for mysql2

This commit is contained in:
Nico Lynzaad
2024-09-10 23:08:02 +02:00
parent 63d06da8a8
commit 48a9f5f9db
5 changed files with 73 additions and 24 deletions

View File

@ -34,7 +34,7 @@ const configure = () => {
logger.info('Using MySQL configuration');
instance = {
database: {
engine: 'mysql',
engine: 'mysql2',
host: envMysqlHost,
port: process.env.DB_MYSQL_PORT || 3306,
user: envMysqlUser,