feat: migrate from SQLite to PostgreSQL and update database handling

This commit is contained in:
MythEclipse
2026-05-21 15:11:32 +07:00
parent 4a47855ad4
commit bfa91063ff
24 changed files with 252 additions and 181 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
"dependencies": {
"@discordjs/builders": "latest",
"discord.js": "latest",
"drizzle-orm": "latest"
"drizzle-orm": "latest",
"postgres": "latest"
},
"devDependencies": {
"@types/bun": "^1.3.14",