gorocks icon indicating copy to clipboard operation
gorocks copied to clipboard

gorocks is a Go wrapper for RocksDB. Merge with https://github.com/tecbot/gorocksdb coming soon.

gorocks

gorocks is a Go wrapper for RocksDB.

It is based on levigo by Jeff Hodges.

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

Building

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