Database Abstraction Library
The Python SQL Toolkit and Object Relational Mapper
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.
Major SQLAlchemy features include:
SQLAlchemy's philosophy:
Latest documentation is at:
http://www.sqlalchemy.org/docs/
Full documentation for installation is at
Installation <http://www.sqlalchemy.org/docs/intro.html#installation>
_.
Please refer to the SQLAlchemy Community Guide <http://www.sqlalchemy.org/support.html>
_.
SQLAlchemy is distributed under the MIT license
<http://www.opensource.org/licenses/mit-license.php>
_.