Constant lmdb_zero::db::CREATE []

pub const CREATE: Flags = Flags{bits: ffi::MDB_CREATE,}

Create the named database if it doesn't exist. This option is not allowed in a read-only environment.