Adds communication with MySQL

This commit is contained in:
TheGreyDiamond
2021-05-23 20:48:30 +02:00
parent 2d5553d901
commit 959c8812ad
8 changed files with 389 additions and 4 deletions

View File

@ -20,6 +20,7 @@
"dependencies": {
"eta": "^1.12.1",
"express": "^4.17.1",
"mysql": "^2.18.1",
"winston": "^3.3.3"
}
}