Skip to content

v0.0.4

Choose a tag to compare

@cevheri cevheri released this 26 Jun 10:22
· 6 commits to main since this release
f609bb2

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.