lmdb-go
lmdb-go copied to clipboard
Bindings for the LMDB C library
add blank before #
Shouldn't the license here be better BSD-3 instead of MIT?
I am a bot. Please reach out to [@azillion](https://github.com/azillion) if you have any issues, or just close the PR.
Hello, Is the project still active and maintained please? Thank you very much!
A proper free list of Txns should probably not use sync.Pool for its underlying storage. It can work for some applications, which I have tried to clearly explain in the...
Closes #11 I am opening this now because it is **close** to done. But it is probably not done right now. It is a rather large change though. So I...
I would like to attempt support for `MDB_INTEGERKEY` and `MDB_INTEGERDUP` (See [`mdb_dbi_open`](http://symas.com/mdb/doc/group__internal.html#gac08cad5b096925642ca359a6d6f0562a)). Any user attempting benefit from them would be in tricky "unsafe" territory without more direct support. But the...
The lmdb package has to adjust empty inputs to allow CGO calls to succeed in the general case. But this adjustment causes Cursor.PutMulti to panic when it tries to validate...
When MDB_MULTIPLE is given to the `mv_data` field on the "length" parameter is set to the number of bytes written. Presumably items are written in page order (which is not...