Description
Lets Python applications use LMDB, an embedded key-value database. It is useful for fast local indexes, caches, metadata stores, machine-learning datasets, and applications that need transactional local storage.
LMDB stores data in files and memory maps. Applications should choose database paths carefully, handle backups, and avoid opening untrusted databases without validation.