You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.