To build with rocksdb support you replace ``` cmake .. ``` with ``` cmake .. -DKVDB=rocksdb ``` it would be good to have a test that checks this as well for the Github workflows.
To build with rocksdb support you replace
with
it would be good to have a test that checks this as well for the Github workflows.