AGENTS.md@packages/trueforge/src/db/sqlite · git:20260816.f29d9ab · 2026-08-16 · sha256 d059073c4c415a5e

AGENTS.md@packages/trueforge/src/db/sqlite git:20260816.f29d9abA

Immutable. This exact content is served forever at /api/v1/blob/d059073c4c415a5e.

- JSON projection aliases MUST be listed in `client.ts`'s `JSON_RESULT_COLUMNS`.
- Kysely's SqliteAdapter keeps `supportsTransactionalDdl: false`, so Migrator does not wrap migrations. Every `up`/`down` that touches the schema MUST open `db.transaction()` itself. `PRAGMA foreign_keys` is a no-op inside a transaction — toggle it outside the txn when rebuilding a referenced parent (see kysely#56).