feat(db): configure drizzle orm and postgres connection

This commit is contained in:
lila 2026-03-24 10:59:03 +01:00
parent 3faa3d4ffb
commit a8e247829c
4 changed files with 18 additions and 2 deletions

View file

@ -11,5 +11,6 @@
"devDependencies": {
"@types/pg": "^8.20.0",
"drizzle-kit": "^0.31.10"
}
},
"exports": "./src/index.ts"
}