pub fn open_cf_opts<P: AsRef<Path>>(
    path: P,
    db_options: Option<Options>,
    opt_cfs: &[(&str, &Options)]
) -> Result<Arc<DBWithThreadMode<MultiThreaded>>, TypedStoreError>
Expand description

Opens a database with options, and a number of column families with individual options that are created if they do not exist.