Function db::open_database

source ·
pub fn open_database(
    path: &str,
    config: &DatabaseConfig
) -> Result<Arc<SystemDB>>