pub fn load_rel_table( conn: &Connection, db: &Database, rel_name: &str, graph: &mut GraphData, ) -> KyuResult<()>
Load all relationships from a specific rel table into the graph.