SQLAlchemy

Keep your Python models and database objects in sync

SQLAlchemy is a toolkit written in Python that lets you interact with SQL databases. It is essentially the glue that will bring your Python application and data together. SQLAlchemy is also an object relational mapper (or ORM), which means it translates your data in a database into objects in Python so it is easy to work with.

Start learning with

Google

Prerequisite Topics for SQLAlchemy

SQL

Python

What to Learn Next

Alembic