pub const SQL_SELECT_RELATIONS_IN_TEMPLATE: &str = "SELECT from_entity, to_entity, relation_type FROM asobi_relations \ WHERE from_entity IN ({0}) OR to_entity IN ({0})";