chore(02-01): install Drizzle ORM and SQLite dependencies

- drizzle-orm: Type-safe ORM for database operations
- better-sqlite3: Synchronous SQLite driver for Node.js
- @types/better-sqlite3: TypeScript types for better-sqlite3
- drizzle-kit: CLI tools for migrations (dev dependency)
This commit is contained in:
Lukas May
2026-01-30 14:22:55 +01:00
parent 0cbb690201
commit caf8bb0332
2 changed files with 1606 additions and 4 deletions

1606
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,12 +26,16 @@
"dependencies": {
"@trpc/client": "^11.9.0",
"@trpc/server": "^11.9.0",
"better-sqlite3": "^12.6.2",
"commander": "^12.1.0",
"drizzle-orm": "^0.45.1",
"execa": "^9.5.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22.10.7",
"drizzle-kit": "^0.31.8",
"rimraf": "^6.0.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",