For AI agents: the complete documentation index is available at https://silt-db.dev/llms.txt, the full documentation bundle is available at https://silt-db.dev/llms-full.txt, and this page is available as Markdown at https://silt-db.dev/index.md.
Alpha · Preparing the first release
Silt
JSON documents. SQLite persistence.

Familiar MongoDB queries, aggregations, and joins. Executed in SQLite, with a shared API for Node and Expo.

Persistent JSON

Keep documents in a SQLite file. Query the data you need without loading the entire database into JavaScript memory.

Aggregations in SQL

Filter, transform, group, sort, and join collections with $lookup. SQLite executes the pipeline.

One application API

Use Node's built-in SQLite, better-sqlite3 with WAL, or Expo SQLite. Add ShareDB and Teamplay when your app needs them.