* Add rocksdb compact command
* Increase compaction log output to 1 min
* Use GetClient/ServerContextFromCmd
* Update cmd info
* Add doc to logColumnFamilyMetadata
* Update RocksDBCmd docs
* Add changelog entry
* Load latest options from rocksdb
* Allow application.db to be compacted
* Rename more store -> db
* Ensure compaction stats output does not run when db is closed
* Add flag for custom stat output interval, return error
* Make rocksdb configurable
* Make sure rocksdb tests are running in CI
* Updating ci-rocksdb-build workflow
* Remove test.sh
* Update tm-db dependency