Results 3 issues of degifted

Since there is no cursor function in LMDB API to retrieve only key, node-lmdb wrapper functions goToPrev(), goToNext() and goToRange() have to get both key and value, then return only...

enhancement

Any plans to add support for mdb_cursor_put()? It should be more efficient along with MDB_CURRENT option in case when you need to perform read-modify-update operation.

enhancement