Query your SQLAlchemy models through a web interface
Iet uz failu
Gergely Polonkai 4d829872b6 Fix README file name in setup.py 2017-06-22 10:04:12 +02:00
flask_sqlalchemy_webquery Initial commit with a working version 2017-06-21 16:59:09 +02:00
.gitignore Initial commit with a working version 2017-06-21 16:59:09 +02:00
AUTHORS Prepare package for distribution (adding setuptools stuff) 2017-06-22 09:23:43 +02:00
LICENSE.md Initial commit with a working version 2017-06-21 16:59:09 +02:00
README.md Initial commit with a working version 2017-06-21 16:59:09 +02:00
setup.cfg Prepare package for distribution (adding setuptools stuff) 2017-06-22 09:23:43 +02:00
setup.py Fix README file name in setup.py 2017-06-22 10:04:12 +02:00

README.md

Flask-SQLAlchemy-WebQuery

Build SQLAlchemy queries through a web interface.

This is a generic web interface to query your SQLAlchemy models, and save the results in a CSV file.

This is a work in progress. Feel free to contribute!

License

This library is licensed under the BSD 3 Clause license. See the LICENSE file for details.

Contributing

If you have an idea, open an issue on GitLab.