flask-sqlalchemy

Package — Web AuthPython 3.7+Intermediate

SQLAlchemy integration for Flask

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
Flask, SQLAlchemy
Install
pip install flask-sqlalchemy

Learn by Difficulty

Quick Example

python
# Install: pip install flask-sqlalchemy
import flask_sqlalchemy

# Basic flask-sqlalchemy usage
print(f"Using flask-sqlalchemy")
# See documentation for detailed examples

flask-sqlalchemy is a third-party package. SQLAlchemy integration for Flask. Install with: pip install flask-sqlalchemy

Try in Playground

Tags

packagewebauthenticationmiddleware