tecbot / gorocksdb

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

Add support for rocksdb_options_set_bottommost_compression #229

Closed jamesbibby closed 10 months ago

jamesbibby commented 10 months ago

Added options.SetBottommostCompression(value CompressionType) to access rocksdb_options_set_bottommost_compression in the C api.