Constant lmdb::READ_ONLY []

pub const READ_ONLY: EnvironmentFlags = EnvironmentFlags{bits: MDB_RDONLY,}

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