bulk_insert_entities_with_config

Function bulk_insert_entities_with_config 

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