this file contains the tags table
Classes
Column(*args, **kwargs) | Represents a column in a database table. |
DateTime([timezone]) | A type for datetime.datetime() objects. |
Float(**kwargs[, precision, asdecimal]) | A type for float numbers. |
ForeignKey(column[, _constraint, use_alter, ...]) | Defines a dependency between two columns. |
Integer(*args, **kwargs) | A type for int integers. |
String([length, convert_unicode, ...]) | The base for all string and character types. |
Table(*args, **kw) | Represent a table in a database. |
UniqueConstraint(*columns, **kw) | A table-level UNIQUE constraint. |