It is a lightweight embedded Python dictionary database backed by SQLite, with JSON Schema validation, secondary indexes, foreign keys, and transaction support.
Install: pip install pydbdict
Verify: python -m pydbdict.selftest python -m pydbdict.tests
GitHub: https://github.com/arthwang/pydbdict PyPI: https://pypi.org/project/pydbdict/