tecbot / gorocksdb

gorocksdb is a Go wrapper for RocksDB
http://rocksdb.org
MIT License
937 stars 269 forks source link

Add go.mod file, update for 6.16 #216

Open roysc opened 3 years ago

roysc commented 3 years ago

This PR cherry-picks commits from several other PRs, including https://github.com/tecbot/gorocksdb/pull/210, https://github.com/tecbot/gorocksdb/pull/205, and https://github.com/tecbot/gorocksdb/pull/212. This is meant to track the updates needed in order to use RocksDB as a dependency of the Cosmos SDK.

This also adds some bindings for the OptimisticTransactionDB, which will depend on the changes in this PR: https://github.com/facebook/rocksdb/pull/8526. Other than that, is there anything blocking these changes from being merged (whether in this PR, or from those I've cherry-picked)?

roysc commented 2 years ago

Is this repository still maintained? We will need to use a fork if these bindings aren't merged.

buddybu commented 2 years ago

@tecbot is this being maintained any longer?

robert-zaremba commented 1 year ago

any hope this will be solved?