feat: database layer with better-sqlite3, full schema and query functions
Implements Task 4 (TDD): wrote failing tests first, then the full SQLite database layer covering profiles, magic tokens, sessions, user progress, mnemonics, and letter stats. All 14 tests pass. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -180,7 +180,8 @@ dist
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
data/
|
||||
data/*
|
||||
!data/.gitkeep
|
||||
|
||||
# Build artifacts
|
||||
build/
|
||||
|
||||
Reference in New Issue
Block a user