Skip to content

contribsys/gorocksdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gorocksdb

gorocksdb is a Go wrapper for RocksDB.

The API has been godoc'ed and is available on the web.

Building

You'll need the shared library build of RocksDB installed on your machine, simply run:

make shared_lib

Now, if you build RocksDB you can install gorocksdb:

CGO_CFLAGS="-I/path/to/rocksdb/include" CGO_LDFLAGS="-L/path/to/rocksdb" go get github.com/tecbot/gorocksdb

About

gorocksdb is a Go wrapper for RocksDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.8%
  • C 2.2%