macro_rules! db_rel {
($($rel:ident($($args:ident),*));* $(;)?) => { ... };
}Expand description
Defines a database relation.
The macro produces a goal-generating function, which can be used to query the database.
macro_rules! db_rel {
($($rel:ident($($args:ident),*));* $(;)?) => { ... };
}Defines a database relation.
The macro produces a goal-generating function, which can be used to query the database.