ezdb.foreign

Contains definitions and helper functions for foreign keys.

Members

Structs

foreign
struct foreign(Entity)

A UDA that will cause the property it is added to, to become a foreign key contraint to said

Templates

GetForeignEntity
template GetForeignEntity(alias symbol)

Gets the type of entity the foreign key points to.

IsForeign
template IsForeign(alias symbol)

true if the symbol is a foreign key, false if it isn't.

Meta