feat: migrate sql executor to fastify

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2023-11-02 13:40:39 +03:00
parent afeb7b130f
commit 5f0548d875
4 changed files with 1240 additions and 97 deletions

View File

@@ -12,7 +12,7 @@
"license": "ISC",
"dependencies": {
"dayjs": "^1.11.10",
"express": "^4.18.2",
"fastify": "^4.24.3",
"knex": "^3.0.1",
"mysql2": "^3.6.2",
"object-hash": "^3.0.0",