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