Skip to content

thierry-f-78/go-berkeleydb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-berkeleydb

GoDoc

This library allow usage of berkeley db. Note all functions are not implemented, check the API documentation to get more information.

build

This package is tested on Linux rhel-like, debian-like and macos. Its a wrapper on C library.

  • For rhel-like: dnf install libdb-devel
  • For macos: brew install berkeley-db