Skip to content

Releases: ruotianluo/lmdbdict

v0.2.2

05 Sep 20:39

Choose a tag to compare

Allow unsafe getitem.
Before, if key is not in self._keys, it cannot be got. Now if the key is in lmdb, then it can still be got.

v0.2.1

01 Sep 20:46

Choose a tag to compare

Small enhancement:
list(set(...)) will result in random order. We sort it so that the keys will be returned deterministicly.

v0.2

21 Jul 20:17

Choose a tag to compare

  • Add support for lambda dumps/loads functions
  • Add pyarrow into dumps/loads functions pool.
  • Allow loading the lmdbdict when failing to load keys
  • Add docs.

v0.1

17 Jul 19:10

Choose a tag to compare

A python-dict like lmdb wrapper.

Add:
customized key/value dumps/loads functions in v0.1. (default pickle)