feat: Prisma instead of drizzle

This commit is contained in:
2024-10-01 19:10:05 +07:00
parent 7921bdf97f
commit 62a1da5e4b
8 changed files with 58 additions and 36 deletions

View File

@@ -10,7 +10,8 @@
},
"dev": {
"persistent": true,
"cache": false
"cache": false,
"env": ["DATABASE_URL"]
}
},
"ui": "tui",