Skip to content

pkufranky/gorocks

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published