Macro struct_to_json_db::db_relation_get

source ยท
macro_rules! db_relation_get {
    ($first:ident=$first_val:literal, $second:ident) => { ... };
    ($first:ident, $second:ident=$second_val:literal) => { ... };
}