A command-line administration and debugging tool for TidesDB databases. The admintool provides interactive and scripted access to database operations, SSTable/WAL inspection, and integrity verification.
- Database Management - Open, close, inspect, and backup TidesDB databases
- Column Family Operations - Create, drop, rename, clone, list, and get statistics for column families
- Key-Value Operations - Put, get, delete, scan, range queries, and prefix searches
- SSTable Analysis - List, inspect, dump entries, show statistics, and list keys from SSTable files
- WAL Analysis - List, inspect, dump entries, and verify integrity of WAL files
- Maintenance - Trigger compaction, flush memtables, verify integrity
The admintool is built as part of the TidesDB project:
cd tidesdb
mkdir build && cd build
cmake ..
make admintoolThe binary will be located at build/admintool/admintool.
./admintoolTo learn more go to the admintool reference on the TidesDB website.