Skip to content
Lukatrum edited this page May 12, 2026 · 6 revisions

Welcome to the Omni-JSON-DB Wiki!

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.

Core Philosophy

  • 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.

Installation

pip install omni-json-db

Clone this wiki locally