Universal Python binding for the LMDB 'Lightning' Database
copied from cf-staging / python-lmdbconda install conda-forge::python-lmdb
conda install conda-forge/label/cf201901::python-lmdb
conda install conda-forge/label/cf202003::python-lmdb
conda install conda-forge/label/gcc7::python-lmdb
LMDB is a fast, memory-efficient, embedded key-value store (it does not require running an external daemon). With memory-mapped files, it has the read performance of a pure in-memory database while retaining the persistence of standard disk-based databases. python-lmdb is a Python binding for LMDB including a bundled version of LMDB.