| docs | |
|---|---|
| tests | |
| package |
A library based on jsonmodels that adds some ORM features and another few conveniences to TinyDB with Json storage and tinydb-smartcache enabled.
- Free software: BSD license
pip install tinydb-jsonorm
https://tinydb-jsonorm.readthedocs.io/
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
| Windows | set PYTEST_ADDOPTS=--cov-append tox |
|---|---|
| Other | PYTEST_ADDOPTS=--cov-append tox |