pub fn open_storage_engine<P: AsRef<Path>>(
path: P,
engine_type: StorageEngineType,
) -> Result<Arc<dyn StorageEngine>>Expand description
Open a storage engine from a path
pub fn open_storage_engine<P: AsRef<Path>>(
path: P,
engine_type: StorageEngineType,
) -> Result<Arc<dyn StorageEngine>>Open a storage engine from a path