tecbot / gorocksdb

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

add WAL iterator #138

Closed gritzko closed 5 years ago

gritzko commented 6 years ago

Hi @tecbot!

Since version 5.14, RocksDB has my WAL iterator C API patch. https://github.com/facebook/rocksdb/commit/c9ace1d81bb06fa037cc3cf99716732a835b633f

Hence, the golang binding may now benefit from @olebedev's WAL iterator API patch.