Previous topic

asyncqlio.orm.schema.types

Next topic

asyncqlio.orm.ddl

This Page

asyncqlio.orm.schema.decorators

Decorator helpers for tables.

Functions

enforce_bound(func) Enforces that a method on a Table cannot be used before the table is bound to database via :meth:.DatabaseInterface.bind_tables.
asyncqlio.orm.schema.decorators.enforce_bound(func)[source]

Enforces that a method on a Table cannot be used before the table is bound to database via :meth:.DatabaseInterface.bind_tables.

New in version 0.2.0.