lmdb-go
lmdb-go copied to clipboard
lmdb: fix cursor.Put with empty values
Cursor.Put would write "\x00" instead of an empty value, while txn.Put would do the right thing.
Fixes #140