diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-03 05:06:00 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-04 23:26:18 +0900 |
| commit | 328710be69d218007477fc46f6642a71ac0e385f (patch) | |
| tree | c2e7c337813753eba489e225503ea402f428f59a /docs | |
| parent | 9233b72dcfd4f44f7e30dd0d699530493e87072d (diff) | |
| download | kioku-328710be69d218007477fc46f6642a71ac0e385f.tar.gz kioku-328710be69d218007477fc46f6642a71ac0e385f.tar.zst kioku-328710be69d218007477fc46f6642a71ac0e385f.zip | |
feat(db): add Drizzle ORM setup
Add Drizzle ORM with PostgreSQL for database access. Includes:
- Schema definitions for users, decks, cards, and review_logs tables
- Database connection with node-postgres driver
- Drizzle Kit configuration for migrations
- npm scripts for db:generate, db:migrate, db:push, db:studio
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/roadmap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 4ca1ef1..33690ce 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -18,7 +18,7 @@ ### Database - [x] Docker Compose with PostgreSQL -- [ ] Drizzle ORM setup +- [x] Drizzle ORM setup - [ ] Database migrations ### Shared Package |
