| Crates.io | entidb_cli |
| lib.rs | entidb_cli |
| version | 2.0.0-alpha.3 |
| created_at | 2025-12-25 15:23:09.700634+00 |
| updated_at | 2026-01-03 03:49:00.127479+00 |
| description | CLI tools for EntiDB |
| homepage | |
| repository | https://github.com/Tembocs/entidb |
| max_upload_size | |
| id | 2004654 |
| size | 79,421 |
CLI tools for EntiDB.
This crate provides command-line utilities for inspecting, verifying, and maintaining EntiDB databases.
cargo install entidb_cli
Inspect a database file or directory:
entidb inspect ./my_database
Verify database integrity (checksums, WAL, segments):
entidb verify ./my_database
Trigger database compaction:
entidb compact ./my_database
Dump the logical oplog for debugging:
entidb dump-oplog ./my_database
Display database statistics:
entidb stats ./my_database
Most commands support --format for output format:
text (default) - Human-readable outputjson - Machine-readable JSONLicensed under either of Apache License, Version 2.0 or MIT license at your option.