archery/core/orm/model/model library
Classes
- Model
- Abstract base class for all data models.
-
PivotTable<
T extends Model, U extends Model> - Base type for many-to-many pivot table definitions.
Enums
- DatabaseDisk
- Storage backends for model persistence.
- ModelRelationshipType
- Supported relationship types for model-to-model associations.
Mixins
-
InstanceDatabaseOps<
T extends Model> - Instance-level persistence helpers for Model types.
Extensions
- ModelRelationshipOps on Model
- Relationship mutation and eager-loading helpers attached to Model.
- ModelRelationships on Model
- Relationship resolution helpers attached to Model.