Constant lmdb_rs::core::EnvCreateReadOnly []

pub const EnvCreateReadOnly: EnvCreateFlags = EnvCreateFlags{bits: ffi::MDB_RDONLY,}

Open the environment in read-only mode. No write operations will be allowed. LMDB will still modify the lock file - except on read-only filesystems, where LMDB does not use locks.