1The Python SQL Toolkit and Object Relational Mapper
2
3SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives
4application developers the full power and flexibility of SQL.
5
6It provides a full suite of well known enterprise-level persistence patterns,
7designed for efficient and high-performing database access, adapted into a
8simple and Pythonic domain language.
9