Add Drizzle ORM setup and database configuration

- Add drizzle.config.ts for database migrations
- Create server/database/ structure with schema
- Add drizzle-orm and postgres dependencies
- Add db:* npm scripts for database management
This commit is contained in:
Bastian Masanek
2025-10-30 14:28:42 +01:00
parent 9102dab881
commit ef9845c5c5
7 changed files with 1445 additions and 17 deletions

View File

@@ -0,0 +1,13 @@
{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1761820599588,
"tag": "0000_tiresome_malcolm_colcord",
"breakpoints": true
}
]
}