Persistent JSON
Keep documents in a SQLite file. Query the data you need without loading the entire database into JavaScript memory.
Familiar MongoDB queries, aggregations, and joins. Executed in SQLite, with a shared API for Node and Expo.
Keep documents in a SQLite file. Query the data you need without loading the entire database into JavaScript memory.
Filter, transform, group, sort, and join collections with $lookup. SQLite executes the pipeline.
Use Node's built-in SQLite, better-sqlite3 with WAL, or Expo SQLite. Add ShareDB and Teamplay when your app needs them.