SQLAlchemy 0.7b2 Documentation

Version: 0.7b2 Last Updated: 02/19/2011 14:25:31
Index

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.

Previous: ORM Events Next: Association Proxy