§1 1 lmdb environment corresponds to one database file on the disk.
§2 Theoretically, the same client process, could call the lmdb-c-api, multiple times, to instantiate different lmdb-environments.
The question is, whether §2 is redundant, or could a client have a legitimate use case for the same.