#51 introduced a pattern for exposing most options available in rocksdb but omitted several types such as WriteOptions etc - the remaining options fall into three categories:
For full flexibility we should have all options mapped - they currently are more or less in the same order as options.h in rocksdb proper so it should be fairly straightforward to complete.
#51 introduced a pattern for exposing most options available in rocksdb but omitted several types such as
WriteOptionsetc - the remaining options fall into three categories:For full flexibility we should have all options mapped - they currently are more or less in the same order as options.h in rocksdb proper so it should be fairly straightforward to complete.