ZetCode

SQLAlchemy

last modified July 6, 2020

This is SQLAlchemy tutorial. It covers the basics of the SQLAlchemy SQL Toolkit and Object Relational Mapper.

Table of Contents

SQLAlchemy

The SQLAlchemy SQL Toolkit and Object Relational Mapper is a comprehensive set of tools for working with databases and Python. It provides a full suite of well-known enterprise-level persistence patterns, designed for efficient and high-performing database access. SQLAlchemy and Django's ORM are two of the most widely used object-relational mapping tools in the Python community.

Related tutorials and e-books

SQLite Python ebook is an in-depth material on SQLite programming using Python language. MySQL tutorial covers the MySQL database system. SQLite tutorial covers the SQLite database system. The following tutorials are Python database programming tutorials: SQLite Python tutorial, PyMySQL tutorial.