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.