proxy.golang.org : github.com/karlseguin/gomdb
A thin wrapper for the lmdb C library. These are low-level bindings for the C API. The C documentation should be used as a reference while developing (http://symas.com/mdb/doc/group__mdb.html). The errors returned by the package API will with few exceptions be of type Errno or syscall.Errno. The only errors of type Errno returned are those defined in lmdb.h. Other errno values like EINVAL will by of type syscall.Errno. Most mdb functions/methods can return errors. This example ignores errors for brevity. Real code should check all return values.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/karlseguin/gomdb
License: BSD-3-Clause
Latest release: over 10 years ago
First release: over 10 years ago
Namespace: github.com/karlseguin
Stars: 1 on
Forks: 0 on
Last synced: 15 days ago