lila/packages/db
lila 2b177aad5b feat(db): add incremental upsert seed script for WordNet vocabulary
Implements packages/db/src/seed.ts — reads all JSON files from
scripts/datafiles/, validates filenames against supported language
codes and POS, and upserts synsets into  and
via onConflictDoNothing. Safe to re-run; produces 0 writes on
a duplicate run.
2026-03-30 15:58:01 +02:00
..
drizzle feat(db): add incremental upsert seed script for WordNet vocabulary 2026-03-30 15:58:01 +02:00
src feat(db): add incremental upsert seed script for WordNet vocabulary 2026-03-30 15:58:01 +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): add incremental upsert seed script for WordNet vocabulary 2026-03-30 15:58:01 +02:00
tsconfig.json formatting 2026-03-21 19:33:07 +01:00
vitest.config.ts chore: configure vitest with project-based setup and coverage 2026-03-20 19:25:00 +01:00