sqlalchemy-dict
June 29, 2018 ยท View on GitHub
.. image:: https://travis-ci.org/meyt/sqlalchemy-dict.svg?branch=master :target: https://travis-ci.org/meyt/sqlalchemy-dict
.. image:: https://coveralls.io/repos/github/meyt/sqlalchemy-dict/badge.svg?branch=master :target: https://coveralls.io/github/meyt/sqlalchemy-dict?branch=master
.. image:: https://img.shields.io/pypi/pyversions/sqlalchemy-dict.svg :target: https://pypi.python.org/pypi/sqlalchemy_dict
Documentation <https://meyt.github.io/sqlalchemy-dict>_
sqlalchemy extension for interacting models with python dictionary.
It's main idea and source comes from part of restfulpy <https://github.com/Carrene/restfulpy>_
, actually it's orm submodule.
In basic usage sqlalchemy-dict is optimized for web rules and standards but it's flexible as possible to work with your own rules.