Skip to content

v0.1.3

Latest

Choose a tag to compare

@cevheri cevheri released this 29 Jun 15:20

First stable release of the distribution-channels work (issue #6). LibreDB now
ships through multiple channels:

  • npm and JSR@libredb/libredb
  • CLInpx libredb (zero dependencies): inspect, stats, get, scan,
    set, delete, import
  • Standalone binaries — Linux, macOS, Windows (x64 + arm64), attached below
    with .sha256 checksums
  • Docker — multi-arch image on GHCR and Docker Hub
    (ghcr.io/libredb/libredb, libredb/libredb)

Under the hood: the kernel is now runtime-agnostic (node:fs moved to an
adapter), a new browser entry (@libredb/libredb/browser) ships with OPFS-backed
persistence, and writes are guarded (advisory lock, reserved-key protection).
See CHANGELOG.md for details.