SQLAlchemy 0.7 Documentation

Release: 0.7.10 | Release Date: February 7, 2013
SQLAlchemy 0.7 Documentation » SQLAlchemy ORM » ORM Extensions

ORM Extensions

Table of Contents

Previous Topic

ORM Events

Next Topic

Association Proxy

Quick Search

ORM Extensions

SQLAlchemy has a variety of ORM extensions available, which add additional functionality to the core behavior.

The extensions build almost entirely on public core and ORM APIs and users should be encouraged to read their source code to further their understanding of their behavior. In particular the “Horizontal Sharding”, “Hybrid Attributes”, and “Mutation Tracking” extensions are very succinct.