From SQLite
You keep the parts you like about SQLite — a single embedded file, no server to run — but store JSON documents instead of rows, and query nested structure directly without join tables for every relationship.
A schema-to-document mapping and an import walkthrough are being built out.
Last updated on