{"library":"sqlite-tree-store","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"1.1.7","tags":["javascript","sqlite","tree","store","document","json","object"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sqlite-tree-store","imports":["const treeStore = require('sqlite-tree-store')","const t = treeStore('mydb.db', 'system')()","import treeStore from 'sqlite-tree-store' // @ts-ignore"]},{"cmd":"yarn add sqlite-tree-store","imports":[]},{"cmd":"pnpm add sqlite-tree-store","imports":[]}],"homepage":"https://github.com/yenesey/sqlite-tree-store#readme","github":"https://github.com/yenesey/sqlite-tree-store","docs":null,"changelog":null,"pypi":null,"npm":"sqlite-tree-store","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}