{"library":"sqlite-docstore","type":"library","category":null,"description":"A lightweight MongoDB-like JSON document storage system backed by SQLite. Version 1.1.0 requires Node.js >=22. Provides familiar CRUD operations (insertOne, find, updateOne, deleteOne) on collections stored as SQLite tables. Supports rich queries with $in, $regex, aggregation ($match/$group), count, distinct. Differentiators: zero external dependencies beyond SQLite, in-memory or persistent options, direct raw SQL access. Ideal for small projects, edge deployments, or when avoiding a full MongoDB server.","language":"javascript","status":"active","version":"1.1.0","tags":["javascript","mongodb","sqlite","json","database","docstore"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sqlite-docstore","imports":["import { sqliteDocstore } from 'sqlite-docstore'","import type { SqliteDocstoreFunctions } from 'sqlite-docstore'"]},{"cmd":"yarn add sqlite-docstore","imports":[]},{"cmd":"pnpm add sqlite-docstore","imports":[]}],"homepage":"https://github.com/jmcudd/sqlite-docstore#readme","github":"https://github.com/jmcudd/sqlite-docstore","docs":null,"changelog":null,"pypi":null,"npm":"sqlite-docstore","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}