pub fn bulk_insert_edges( graph: &SqliteGraph, entries: &[GraphEdgeCreate], ) -> Result<Vec<i64>, SqliteGraphError>