pub fn init_db<P>(
path: P,
args: DatabaseArguments,
) -> Result<DatabaseEnv, Report>
Available on crate features
provider
and mdbx
only.Expand description
Opens up an existing database or creates a new one at the specified path. Creates tables defined
in Tables
if necessary. Read/Write mode.