pub fn create_test_rw_db_with_path<P: AsRef<Path>>(
path: P,
) -> Arc<TempDatabase<DatabaseEnv>>
Available on crate feature
test-utils
only.Expand description
Create read/write database for testing
pub fn create_test_rw_db_with_path<P: AsRef<Path>>(
path: P,
) -> Arc<TempDatabase<DatabaseEnv>>
test-utils
only.Create read/write database for testing