lila/packages/db
lila 3bb8bfdb39 feat(db): complete deck generation script for top english nouns
- add deck_terms to schema imports
- add addTermsToDeck — diffs source term IDs against existing deck_terms,
  inserts only new ones, returns count of inserted terms
- add updateValidatedLanguages — recalculates and persists validated_languages
  on every run so coverage stays accurate as translation data grows
- wire both functions into main with isNewDeck guard to avoid redundant
  validated_languages update on deck creation
- add final summary report
- fix possible undefined on result[0] in createDeck
- tick off remaining roadmap items
2026-04-01 17:56:31 +02:00
..
drizzle feat(db): complete deck generation script for top english nouns 2026-04-01 17:56:31 +02:00
src feat(db): complete deck generation script for top english nouns 2026-04-01 17:56:31 +02:00
drizzle.config.ts chore(db): add drizzle migration pipeline with empty schema 2026-03-24 11:04:40 +01:00
package.json feat(db): complete deck generation script for top english nouns 2026-04-01 17:56:31 +02:00
tsconfig.json formatting 2026-03-31 10:06:06 +02:00
vitest.config.ts chore: configure vitest with project-based setup and coverage 2026-03-20 19:25:00 +01:00