pub fn load_node_table( conn: &Connection, db: &Database, table_name: &str, graph: &mut GraphData, ) -> KyuResult<()>
Load all nodes from a specific node table into the graph.