entidb_cli-2.0.0-alpha.3 is not a library.
entidb_cli
CLI tools for EntiDB.
Overview
This crate provides command-line utilities for inspecting, verifying, and maintaining EntiDB databases.
Installation
Commands
inspect
Inspect a database file or directory:
verify
Verify database integrity (checksums, WAL, segments):
compact
Trigger database compaction:
dump-oplog
Dump the logical oplog for debugging:
stats
Display database statistics:
Output Formats
Most commands support --format for output format:
text(default) - Human-readable outputjson- Machine-readable JSON
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.