PyPI - Version PyPI - License

Logo

A nimble squirrel swiftly gathers a golden forest’s worth of acorns!

PyPI - Status GitHub Actions Workflow Status Codacy Codecov

PyPI - Python Version

Welcome to omni-json-db!

omni-json-db is a zero-config, powerful JSON database with compression. No schema, no setup, just data.

>>> from omni_json_db import JDb
>>> jdb = JDb('db.jdb')
>>> jdb += [{'name': 'John', 'age': 22}]
>>> jdb.find(ANY='John')
{'1': {'name': 'John', 'age': 22}}

User’s Guide

API Reference

Additional Notes