Merge pull request #3991 from nlynzaad/develop_mysql2

swap mysql library and knex client for mysql2
This commit is contained in:
jc21
2024-10-11 14:05:26 +10:00
committed by GitHub
5 changed files with 73 additions and 24 deletions

View File

@ -19,7 +19,7 @@
"liquidjs": "10.6.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mysql": "^2.18.1",
"mysql2": "^3.11.1",
"node-rsa": "^1.0.8",
"objection": "3.0.1",
"path": "^0.12.7",