module documentation

Baked query extension. Provides a creational pattern for the :class:`.query.Query` object which allows the fully constructed object, Core select statement, and string compiled result to be fully cached.

Class BakedQuery A builder object for :class:`.query.Query` objects.
Class Bakery Callable which returns a :class:`.BakedQuery`.
Class Result Invokes a :class:`.BakedQuery` against a :class:`.Session`.
Variable log Undocumented

Undocumented