Brendan Chen 7a7c5adf92 test: port migrate suite + add probe-table and CLI specs
15 vitest specs total:
- 9 lifted from authd's tests/db/migrate.test.ts. Specs that referenced
  the on-disk migrations dir now write fixtures into a per-test tmpdir
  (package ships no migrations dir of its own).
- 3 new specs covering the genesisProbeTable parameter (default, custom
  table name, opt-out via stampGenesis=false).
- 3 new specs covering runMigrateCli (migrate / status / stamp) using
  PassThrough stream capture.
2026-05-12 02:16:29 -07:00
2026-05-12 01:58:29 -07:00
2026-05-12 07:00:57 +00:00
2026-05-12 07:00:57 +00:00
2026-05-12 07:00:57 +00:00

sqlite-migrate

Tiny SQLite migration runner: version-numbered, checksum-verified, idempotent. Used across multiple projects.

Description
Tiny SQLite migration runner: version-numbered, checksum-verified, idempotent. Used across multiple projects.
Readme MIT 72 KiB
Languages
TypeScript 100%