macro_rules! define_connection {
    (pub static ref $id:ident: $t:ident<()> = $migrations:expr;) => { ... };
    (pub static ref $id:ident: $t:ident<$($d:ty),+> = $migrations:expr;) => { ... };
}
Expand description

Implements a basic DB wrapper for a given domain