Function open_database

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