sqlite-docstore

JSON →
library 1.1.0 ·javascript
verified Jun 7, 2026

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.