# Variables
singleton specifies that this message will be used as an ORM singleton.
table specifies that this message will be used as an ORM table.
No description provided by the author
# Structs
PrimaryKeyDescriptor describes a table primary key.
PrimaryKeyDescriptor describes a table secondary index.
TableDescriptor describes an ORM singleton table which has at most one instance.
TableDescriptor describes an ORM table.