suou.sqlalchemy.orm
Utilities for SQLAlchemy; ORM
New in 0.6.0 (moved)
Functions
|
Shorthand for relationship() that sets lazy='selectin' by default. |
|
Return a SIS-compliant age representation, i.e. a date and accuracy pair. |
|
Return an owner ID/signature column pair, for authenticated values. |
|
Column for a single boolean value. |
|
Shorthand for creating a "bound" foreign key column from a column name, the referenced column. |
|
Drop-in replacement for sqlalchemy.orm.declarative_base() taking in account requirements for SIQ generation (i.e. domain name). |
|
Marks a column which contains a SIQ. |
|
Syntactic sugar to create a String() column with a check constraint matching the given regular expression. |
|
Shorthand for a check constraint. |
|
Self-referential one-to-many relationship pair. |
|
Column filled in by default with random bits (64 by default). |
|
Same as id_column() but with snowflakes. |
|
Shorthand for creating a "unbound" foreign key column from a column name, the referenced column. |
|
Construct a column containing a unique handle / username. |
|
Return a table's column given its name. |
Classes
|
"Virtual" column representing a single bit in an integer column (usually a BigInteger). |