refactor: removed prisma and replaced with better-sqlite3

This commit is contained in:
Elias Renman
2023-07-03 13:32:41 +02:00
parent 01d3701a50
commit 19ef254a75
11 changed files with 737 additions and 123 deletions

View File

@@ -10,6 +10,7 @@
"start:dev": "nodemon -e ts -w ./src -x ts-node ./src/index.ts"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.4",
"@types/node": "^20.2.1",
"@types/node-cron": "^3.0.7",
"nodemon": "^2.0.22",
@@ -17,12 +18,11 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@prisma/client": "^4.14.1",
"axios": "^1.4.0",
"better-sqlite3": "^8.4.0",
"dotenv": "^16.3.1",
"eventemitter2": "^6.4.9",
"node-cron": "^3.0.2",
"prisma": "^4.14.1",
"queue": "^6.0.2",
"socket.io": "^4.6.1",
"winston": "^3.9.0"