A small contact book app demonstrating FerrumDB's Python API.
pip install ferrumdbpython main.py- Adding and reading JSON contacts
- Secondary indexes (query contacts by role)
- Atomic transactions (bulk-add contacts)
- Deleting entries
- Listing all keys
A small contact book app demonstrating FerrumDB's Python API.
pip install ferrumdbpython main.py