fix: use drizzle

This commit is contained in:
2025-01-07 14:39:12 +01:00
parent 811dccfe16
commit 8292084341
14 changed files with 2665 additions and 1099 deletions

View File

@@ -5,5 +5,8 @@ export default defineConfig({
schema: './src/lib/db/schema.ts',
out: './drizzle',
verbose: true,
strict: true
strict: true,
dbCredentials: {
url: 'postgresql://postgres:postgres@localhost:5432/db'
}
});