Brendan Chen a4c994ca9a feat: add runMigrateCli wrapper at sub-path './cli'
Extracts the union of authd's three CLI scripts (db-migrate.ts,
db-status.ts, db-stamp.ts) into one wrapper. Consumers wire a ~5-line shim
that injects their own openDb / migrationsDir / config-loading logic. The
wrapper returns an exit code rather than calling process.exit, which keeps
it testable via PassThrough stream capture.
2026-05-12 02:16:21 -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%