Skip to main content

db_rel

Macro db_rel 

Source
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.