Monorepo of SQLite utilities for Bun.
Licensed under MIT.
| Package | Description |
|---|---|
| @khoralabs/sqlite-migrate | SQLite migration runner |
| @khoralabs/sqlite-crypto | SQLCipher database helpers |
bun installRun tests for a package:
bun test --cwd packages/sqlite-migrate
bun test --cwd packages/sqlite-cryptoEach package has a manual release workflow. Set version, run with dry run first, then publish for real. Releases stage under release/<name>/ outside workspaces; the verify npm publish access step dry-runs before the real publish.