chore: SQLite verwijderd — alleen PostgreSQL via Neon

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janpeter Visser 2026-04-25 12:15:19 +02:00
parent ffe3815598
commit b541379964
10 changed files with 26 additions and 811 deletions

View file

@ -55,7 +55,7 @@ Tailwind CSS + shadcn/ui
MD3 kleurensysteem via app/styles/theme.css
Zustand (client state)
dnd-kit (drag-and-drop)
Prisma v7 + PostgreSQL (Neon) | SQLite (lokaal)
Prisma v7 + PostgreSQL (Neon)
iron-session (auth cookies)
bcryptjs + Zod + Sonner
```
@ -87,7 +87,7 @@ Lees het relevante patroon vóór je begint. Nooit uit het hoofd schrijven.
## Env vars
```bash
DATABASE_URL="" # postgresql://... of file:./dev.db
DATABASE_URL="" # postgresql://...
DIRECT_URL="" # alleen bij Neon/cloud
SESSION_SECRET="" # openssl rand -base64 32
```