https://github.com/suryasankar/flask-sqlalchemy-booster
Collection of utilities and decorators which add extensive querying and serializing capabilities to Flask SQLalchemy models
https://github.com/suryasankar/flask-sqlalchemy-booster
flask flask-sqlalchemy python sqlalchemy
Last synced: 2 months ago
JSON representation
Collection of utilities and decorators which add extensive querying and serializing capabilities to Flask SQLalchemy models
- Host: GitHub
- URL: https://github.com/suryasankar/flask-sqlalchemy-booster
- Owner: SuryaSankar
- License: mit
- Created: 2015-05-03T13:29:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T02:37:15.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T13:04:19.105Z (8 months ago)
- Topics: flask, flask-sqlalchemy, python, sqlalchemy
- Language: Python
- Homepage: http://flask-sqlalchemy-booster.readthedocs.io/en/latest/index.html
- Size: 1.33 MB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Flask-SQLAlchemy-Booster
This library enhances the excellent Flask-SQLAlchemy package with some additional
features.
It borrows from and expands upon the methods in https://github.com/mattupstate/overholt/blob/master/overholt/core.pyFor example usage refer https://github.com/inkmonk/storio