Contents

Flask-SQLAlchemy 3.1.1

0

Add SQLAlchemy support to your Flask application.

Add SQLAlchemy support to your Flask application.

Stars: 4143, Watchers: 4143, Forks: 900, Open Issues: 21

The pallets-eco/flask-sqlalchemy repo was created 13 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 4143 github stars!

How to Install flask-sqlalchemy

You can install flask-sqlalchemy using pip

pip install flask-sqlalchemy

or add it to a project with poetry

poetry add flask-sqlalchemy

Package Details

Author
License
Homepage
PyPi:
https://pypi.org/project/Flask-SQLAlchemy/
Documentation:
https://flask-sqlalchemy.palletsprojects.com
GitHub Repo:
https://github.com/pallets/flask-sqlalchemy

Classifiers

  • Internet/WWW/HTTP/Dynamic Content
No  flask-sqlalchemy  pypi packages just yet.

Errors

A list of common flask-sqlalchemy errors.

Code Examples

Here are some flask-sqlalchemy code examples and snippets.

GitHub Issues

The flask-sqlalchemy package has 21 open issues on GitHub

  • Bump tox from 3.24.4 to 3.24.5
  • Bump sphinx from 4.2.0 to 4.3.2
  • [pre-commit.ci] pre-commit autoupdate
  • fix(2.x): session get bind signature

See more issues on GitHub

Related Packages & Articles

apispec 6.6.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).

Flask 3.0.3

A simple framework for building complex web applications.