OptionalpathFilesystem path for the RocksDB database directory. Defaults to './data/rocksdb'.
OptionalclientA pre-built rocksdb client (or a compatible mock). When provided,
connect() uses it directly and skips require('rocksdb') entirely —
this is how tests inject a mock without the real driver installed.
Connection options for
RocksDBStore.