Skip to content

cfdrake/go-gdbm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages