wbolster / plyvel

Plyvel, a fast and feature-rich Python interface to LevelDB
https://plyvel.readthedocs.io/
Other
531 stars 76 forks source link

Expose WriteBatch.append() and .approximate_size() #121

Closed wbolster closed 3 years ago

wbolster commented 3 years ago

This adds support for :py:meth:WriteBatch.append() (since LevelDB 1.21) and :py:meth:WriteBatch.approximate_size() (not exposed before).