Skip to content
master
Go to file
Code
This branch is 23 commits ahead of absolute8511:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

gorocksdb, a Go wrapper for RocksDB

Build Status GoDoc

Install

You'll need to build RocksDB v5.5+ on your machine.

After that, you can install gorocksdb using the following command:

CGO_CFLAGS="-I/path/to/rocksdb/include" \
CGO_LDFLAGS="-L/path/to/rocksdb -lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy -llz4" \
  go get github.com/youzan/gorocksdb

Please note that this package might upgrade the required RocksDB version at any moment. Vendoring is thus highly recommended if you require high stability.

About

gorocksdb is a Go wrapper for RocksDB

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.