Skip to main content

bulk_insert_edges

Function bulk_insert_edges 

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