pub fn load_graph_from_path<P: AsRef<Path>>( graph: &SqliteGraph, path: P, ) -> Result<(), SqliteGraphError>