paritytech / rust-rocksdb

rust wrapper for rocksdb
Apache License 2.0
15 stars 23 forks source link

Add rocksdb_property_* functions #31

Closed dvdplm closed 5 years ago

dvdplm commented 5 years ago

Clean up tests to not leave garbage on failure.

The RocksDB API exposes internal stats through a set of functions that all take a property name (&str) and return either a u64 or a String. Currently these features are not exposed to rust so this PR adds them.

dvdplm commented 5 years ago

Published as 0.5.1