module documentation

Dynamic collection API. Dynamic collections act like Query() objects for read operations and support basic add/delete mutation. .. legacy:: the "dynamic" loader is a legacy feature, superseded by the "write_only" loader.

Class AppenderMixin A mixin that expects to be mixing in a Query class with AbstractAppender.
Class AppenderQuery A dynamic query that supports basic collection storage operations.
Class DynaLoader Undocumented
Class DynamicAttributeImpl Undocumented
Class DynamicCollectionHistory Undocumented
Function mixin_user_query Return a new class with AppenderQuery functionality layered over.
Type Variable _T Undocumented
def mixin_user_query(cls): (source)

Return a new class with AppenderQuery functionality layered over.

Undocumented

Value
TypeVar('_T',
        bound=Any)