SQLAlchemy
SA01 - SQLAlchemy Basics
Skill Breakdown
You should understand how to:
- declare models
- create an engine
- create objects and persist
- execute basic statements
Required Reading
SA02 - SQLAlchemy Flask
Skill Breakdown
You should understand how to use the Flask-SQLAlchemy extension.