arthurwang59
11 hours ago
pydbdict 0.1.0a1 is out.
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/