sqjson is a lightweight, file-based JSON database written in Rust, inspired by SQLite. It stores JSON documents in paged files with built-in indexing for fast lookups and queries. Ideal for embedded apps or learning how databases manage storage and indexing internally.