pub fn open_or_create_store(
config: &ServerConfig,
) -> Result<SharedStore, RvfError>Expand description
Open or create the store at the configured path, returning a shared handle.
pub fn open_or_create_store(
config: &ServerConfig,
) -> Result<SharedStore, RvfError>Open or create the store at the configured path, returning a shared handle.