Go bindings for libgdbm, the GNU Database Manager library.
In essence, this package provides an API for managing simple string-based key-value stores.
To install this package, use the go get
command:
$ go get github.com/cfdrake/go-gdbm
The documentation for this package is hosted at godoc.org.
See gdbm_test.go
for some code examples. The API is relatively reminiscent of the C API.
See LICENSE
file.