lmdbxx icon indicating copy to clipboard operation
lmdbxx copied to clipboard

Added missing cursor delete of current key/value pair.

Open zyxxel opened this issue 9 years ago • 1 comments

Added cursor.del() method, to remove current key/value pair from database.

zyxxel avatar Jan 23 '16 16:01 zyxxel

I have added this method to the cursor interface in my fork: https://github.com/hoytech/lmdbxx

As well as del, I also added put and count.

hoytech avatar Dec 10 '20 22:12 hoytech