Query your SQLAlchemy models through a web interface
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Gergely Polonkai 4d829872b6 Fix README file name in setup.py 6 years ago
flask_sqlalchemy_webquery Initial commit with a working version 6 years ago
.gitignore Initial commit with a working version 6 years ago
AUTHORS Prepare package for distribution (adding setuptools stuff) 6 years ago
LICENSE.md Initial commit with a working version 6 years ago
README.md Initial commit with a working version 6 years ago
setup.cfg Prepare package for distribution (adding setuptools stuff) 6 years ago
setup.py Fix README file name in setup.py 6 years ago

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.