Skip to content

abnerjacobsen/tinydb-jsonorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

704d3f8 · Mar 31, 2017

History

20 Commits
May 6, 2016
Mar 31, 2017
Mar 27, 2017
Mar 27, 2017
Mar 31, 2017
Mar 31, 2017
Mar 31, 2017
Aug 18, 2016
May 6, 2016
May 6, 2016
May 6, 2016
May 6, 2016
May 6, 2016
May 6, 2016
May 6, 2016
May 6, 2016
May 6, 2016
May 6, 2016
Aug 18, 2016
May 6, 2016
Mar 31, 2017
May 6, 2016

Repository files navigation

Overview

docs Documentation Status
tests
package PyPI Package latest release PyPI Package monthly downloads PyPI Wheel Supported versions Supported implementations

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

Installation

pip install tinydb-jsonorm

Documentation

https://tinydb-jsonorm.readthedocs.io/

Development

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

About

Simple ORM for TinyDB using jsonmodels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages