Skip to main content

create_backend

Function create_backend 

Source
pub fn create_backend(
    config: &BackendConfig,
) -> Result<DynTopologyGraph, BackendError>
Expand description

Create a graph backend from configuration.

ยงErrors

Returns an error if the backend cannot be created (e.g., SQLite file issues).