Using the Session¶
The orm.mapper() function and declarative extensions
are the primary configurational interface for the ORM. Once mappings are
configured, the primary usage interface for persistence operations is the
Session.
The orm.mapper() function and declarative extensions
are the primary configurational interface for the ORM. Once mappings are
configured, the primary usage interface for persistence operations is the
Session.