Switch from node-mariasql to mysql2

Node-mariasql returned dates in an incorrect timezone, and the project
doesn't seem to be actively maintained. Switching to mysql2 fixes the issue.
This commit is contained in:
Dragory 2018-08-02 00:48:48 +03:00
parent ef61eae2ec
commit 94c8e1cf43
4 changed files with 124 additions and 34 deletions

View file

@ -38,8 +38,8 @@
"lodash.difference": "^4.5.0",
"lodash.intersection": "^4.4.0",
"lodash.isequal": "^4.5.0",
"mariasql": "^0.2.6",
"moment-timezone": "^0.5.21",
"mysql2": "^1.6.0",
"tlds": "^1.203.1",
"ts-node": "^3.3.0",
"typescript": "^2.9.2",