Skip to content

rdallman/gorocksdb

 
 

Repository files navigation

gorocksdb, a Go wrapper for RocksDB

Build Status GoDoc

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

fork of gorocksdb with inlined .cc files for static binary-age

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.4%
  • C 4.7%
  • Go 2.9%