Skip to content

vbatts/go-gdbm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-gdbm

Go bindings for libgdbm, the GNU DataBase Manager library. In essence, this package provides an API for managing simple string-based key-value stores with a gdbm backend.

Installation

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

Usage

See gdbm_test.go for some code examples. The API is relatively reminiscent of the C API, if you're used to that.

Author(s)

Colin Drake colin.f.drake@gmail.com

License

See LICENSE file for licensing details. In short: BSD.

About

Go bindings for libgdbm #golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%