balta2ar / go-gdbm

Go language bindings for GNU libgdbm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-gdbm Build Status

Go bindings for libgdbm, the GNU Database Manager library.

In essence, this package provides an API for managing simple string-based key-value stores.

Installation

To install this package, use the go get command:

$ go get github.com/cfdrake/go-gdbm

Documentation

The documentation for this package is hosted at godoc.org.

Example Usage

See gdbm_test.go for some code examples. The API is relatively reminiscent of the C API.

Contributors

License

See LICENSE file.

About

Go language bindings for GNU libgdbm.

License:MIT License


Languages

Language:Go 100.0%