Properties
Properties for the Model metaclass.
MetaProperties
¶
Bases: type
Properties for the Model metaclass.
Source code in src/ramifice/properties.py
META
property
¶
Model metadata.
collection
property
¶
AsyncCollection for a model instance.
collection_full_name
property
¶
The full name of the model instance in the database.
The full name is of the form database_name.collection_name.
collection_name
property
¶
The name of the model instance in the database.
database
property
¶
AsyncBatabase for a model instance.