lmdb-go
lmdb-go copied to clipboard
Upgrade lmdb v0.9.24
Fixes a known bug in lmdb that causes crash following cursor delete of dupsort keys. See #131
> go test
2020/02/08 01:13:36 this is just a test
PASS
ok github.com/bmatsuo/lmdb-go/lmdb 1.899s
Incidentally fixes #126
@bmatsuo Any chance of getting this merged?