pub async fn create_graph_store(
config: &GraphConfig,
) -> Result<Arc<dyn GraphStore>>Expand description
Create a graph store from configuration.
pub async fn create_graph_store(
config: &GraphConfig,
) -> Result<Arc<dyn GraphStore>>Create a graph store from configuration.