v0.0.4
First release published from the public LibreDB repository.
LibreDB is a small, readable, embeddable, multi-model database: one ordered
key-value core with thin key-value, document, and relational lenses on top, plus
a self-describing catalog. ESM-only, zero runtime dependencies, 100% line
coverage on the core, and crash recovery proven by deterministic simulation
testing.
Install:
bun add @libredb/libredb
# or: npm install @libredb/libredb
See the README and docs/ for the lens guides, architecture, and reliability model.