Function open_db
pub fn open_db(
path: impl AsRef<Path>,
args: DatabaseArguments,
) -> Result<DatabaseEnv, Report>
Available on crate feature
provider
only.Expand description
Opens up an existing database. Read/Write mode with WriteMap
enabled. It doesn’t create it or
create tables if missing.