asm / gorocksdb

gorocksdb is a Go wrapper for RocksDB

Home Page:http://rocksdb.org

Repository from Github https://github.comasm/gorocksdbRepository from Github https://github.comasm/gorocksdb

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

gorocksdb is a Go wrapper for RocksDB

http://rocksdb.org

License:MIT License


Languages

Language:Go 96.6%Language:C 3.4%