Sophie

Sophie

distrib > Fedora > 20 > i386 > by-pkgid > 05d9cf179789e23021b5913b4cd77ca6 > files > 691

python3-sqlalchemy-0.8.7-1.fc20.i686.rpm

"""Large collection example.

Illustrates the options to use with
:func:`~sqlalchemy.orm.relationship()` when the list of related
objects is very large, including:

* "dynamic" relationships which query slices of data as accessed
* how to use ON DELETE CASCADE in conjunction with
  ``passive_deletes=True`` to greatly improve the performance of
  related collection deletion.

"""