-
-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Lukatrum edited this page May 12, 2026
·
6 revisions
Omni-JSON-DB is a high-performance, embedded database engine designed specifically for Python developers. It bridges the gap between the extreme speed of a Key-Value store and the powerful querying capabilities of a Document database.
Built for extreme throughput and thread-safety, it leverages modern serialization (json, msgpack, marshal, pickle) and advanced compression algorithms to provide a storage layer that outpaces traditional embedded databases like SQLite for JSON-heavy workloads.
- Schema-LESS: Store complex, nested data without pre-defining tables.
- Server-LESS: Direct disk access without the overhead of a database server.
- SQL-LESS: Use native Python syntax, Regex, and Lambdas for data manipulation.
pip install omni-json-db