flask-sqlalchemy¶
Adds SQLAlchemy support to your Flask application
| Home | http://github.com/mitsuhiko/flask-sqlalchemy | 
| Versions | 2.1 | 
| License | BSD License | 
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/flask-sqlalchemy | 
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install flask-sqlalchemy
and update with:
conda update flask-sqlalchemy