dorm.types.relations

Undocumented in source.

Members

Structs

BackRef
struct BackRef(alias foreignField)
Undocumented in source.
ManyToManyField
struct ManyToManyField(alias idOrModel)
Undocumented in source.
ModelRefImpl
struct ModelRefImpl(alias id, _TModel, _TSelect)

DORM field type representing a referenced model through a foreign key in SQL.

Templates

ModelRef
template ModelRef(alias idOrPatch)

DORM field type representing a referenced model through a foreign key in SQL.

Meta