Skip to content

vanHeemstraSystems/flask-sqlalchemy

Repository files navigation

flask-sqlalchemy

Flask SQLAlchemy

Flask is a lightweight Python web framework that provides useful tools and features for creating web applications in the Python Language. SQLAlchemy is an SQL toolkit that provides efficient and high-performing database access for relational databases.

Based on "How to Use Flask-SQLAlchemy to Interact with Databases in a Flask Application" at https://www.digitalocean.com/community/tutorials/how-to-use-flask-sqlalchemy-to-interact-with-databases-in-a-flask-application

Based on "How To Structure a Large Flask Application with Flask Blueprints and Flask-SQLAlchemy" at https://www.digitalocean.com/community/tutorials/how-to-structure-a-large-flask-application-with-flask-blueprints-and-flask-sqlalchemy

Based on "Flask SQLAlchemy at Scale" at https://github.com/vanHeemstraSystems/flask-sqlalchemy-at-scale/

100 - Introduction

See README.md

200 - Requirements

See README.md

300 - Building Our Application

See README.md

400 - Conclusion

See README.md