feat(database): fix postgres driver and use redis

This commit is contained in:
Pihkaal
2025-12-04 17:37:03 +01:00
parent 6a18ebf072
commit 29dbfbc8c6
6 changed files with 93 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
"dependencies": {
"@lbf-bot/utils": "workspace:*",
"drizzle-orm": "0.44.7",
"ioredis": "5.8.2",
"pg": "8.16.3",
"zod": "4.1.11"
},