lmdbxx
lmdbxx copied to clipboard
Added missing cursor delete of current key/value pair.
Added cursor.del() method, to remove current key/value pair from database.
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.