feat: add PostgreSQL database adapter support

This commit is contained in:
2026-03-29 20:08:53 -07:00
parent 54fd6abb5e
commit 803f936e2f
8 changed files with 393 additions and 6 deletions
+4 -1
View File
@@ -10,7 +10,10 @@
"test": "vitest",
"test:run": "vitest run",
"test:acceptance": "playwright test src/__tests__/e2e/",
"test:acceptance:headed": "playwright test src/__tests__/e2e/ --headed"
"test:acceptance:headed": "playwright test src/__tests__/e2e/ --headed",
"db:switch": "node scripts/switch-database.js",
"db:setup-postgres": "node scripts/setup-postgres.js",
"db:seed": "node scripts/seed.js"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",