lmdb-go icon indicating copy to clipboard operation
lmdb-go copied to clipboard

Bindings for the LMDB C library

Results 24 lmdb-go issues
Sort by recently updated
recently updated
newest added

Hello! I've been using [my own bindings](https://github.com/zenhotels/lmdb-go) for a while, but recently switched to your package because of handy API and because Go doesn't allow to link the same C...

enhancement
docs

Trying to figure out how to support these functions has been a long road that is at least partially documented in #12. But I have finally collected all the information...

enhancement

# Unsupported C functions: - [x] ~~**mdb_env_get_fd***~~ (#3) - [ ] **mdb_env_set_userctx***/**mdb_env_get_userctx*** - See [comment](https://github.com/bmatsuo/lmdb-go/issues/1#issuecomment-151668115) below. - Why not put a field in the `Env` struct instead to avoid cgo...

Please consider recommending our [github.com/PowerDNS/lmdb-go](https://github.com/PowerDNS/lmdb-go) fork to people visiting this page. From our README: --- This fork was created after the upstream repository [bmatsuo/lmdb-go](https://github.com/bmatsuo/lmdb-go) went without updates for 4 years....