[][src]Module ergol::relation

This module contains the struct that we use to represent the relationships between linked tables.

Structs

ManyToOne

A many to one relation ship.

OneToOne

A one to one relation ship.

Traits

Relation

The different types of relation that tables can have are managed with this trait.