pub fn load_graph_from_reader<R: BufRead>( graph: &SqliteGraph, reader: R, ) -> Result<(), SqliteGraphError>