@khoralabs/sqlite-migrate
v0.1.0
Published
SQLite migration runner for Bun
Downloads
162
Readme
@khoralabs/sqlite-migrate
SQLite migration utilities for Bun.
Install
npm install @khoralabs/sqlite-migrateUsage
Import from @khoralabs/sqlite-migrate. See src/ for exported APIs.
Development
From the repository root:
bun install
bun test --cwd packages/sqlite-migratePublishing
Use the release @khoralabs/sqlite-migrate GitHub Actions workflow. Set version (e.g. 0.1.0); enable dry run first to validate without publishing.
