gorocks
gorocks copied to clipboard
gorocks is a Go wrapper for RocksDB. Merge with https://github.com/tecbot/gorocksdb coming soon.
Results
1
gorocks issues
Sort by
recently updated
recently updated
newest added
``` root@ubuntu:~# CGO_CFLAGS="-I/path/to/rocksdb/include" CGO_LDFLAGS="-L/path/to/rocksdb" go get github.com/alberts/gorocks # github.com/alberts/gorocks go-code/storage/src/github.com/alberts/gorocks/batch.go:3:24: fatal error: rocksdb/c.h: No such file or directory // #include "rocksdb/c.h" ^ compilation terminated. ``` while I build, it returns...