Function open_cf

Source
pub fn open_cf<P: AsRef<Path>>(
    path: P,
    db_options: Option<Options>,
    metric_conf: MetricConf,
    opt_cfs: &[&str],
) -> Result<Arc<RocksDB>, TypedStoreError>
Expand description

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