SQLite Tree Store
JSON →A lightweight, schema-less document store built on SQLite, designed for quick prototyping and storing config data. Current stable version is 1.1.7. It uses better-sqlite3 under the hood and exposes a JavaScript Proxy-based tree interface for CRUD operations. Unlike full MongoDB, it leverages SQLite for persistence without a separate server. Key differentiators: auto-save to DB, ability to break binding (._) for transient changes, and meta-data access. Release cadence is low; version 1.x is stable. Not actively maintained; last release was in 2020.
Resources
packagesqlite-tree-store ↗
API endpoints
full doc /v1/registry/sqlite-tree-store