a4c994ca9a7fe49fa2228d4aa77ebc9cad091fa5
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.
sqlite-migrate
Tiny SQLite migration runner: version-numbered, checksum-verified, idempotent. Used across multiple projects.
Languages
TypeScript
100%