Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meyt/sqlalchemy-dict
sqlalchemy extension for interacting models with python dictionary.
https://github.com/meyt/sqlalchemy-dict
Last synced: about 1 month ago
JSON representation
sqlalchemy extension for interacting models with python dictionary.
- Host: GitHub
- URL: https://github.com/meyt/sqlalchemy-dict
- Owner: meyt
- License: mit
- Created: 2017-09-25T20:56:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T19:27:05.000Z (over 4 years ago)
- Last Synced: 2024-09-23T10:18:27.150Z (about 2 months ago)
- Language: Python
- Homepage: https://meyt.github.io/sqlalchemy-dict/
- Size: 5.62 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - meyt/sqlalchemy-dict - sqlalchemy extension for interacting models with python dictionary. (Python)
README
sqlalchemy-dict
===============.. 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 `_
sqlalchemy extension for interacting models with python dictionary.
It's main idea and source comes from part of `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.