entidb_cli 2.0.0-alpha.3

CLI tools for EntiDB
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

cargo install entidb_cli

Commands

inspect

Inspect a database file or directory:

entidb inspect ./my_database

verify

Verify database integrity (checksums, WAL, segments):

entidb verify ./my_database

compact

Trigger database compaction:

entidb compact ./my_database

dump-oplog

Dump the logical oplog for debugging:

entidb dump-oplog ./my_database

stats

Display database statistics:

entidb stats ./my_database

Output Formats

Most commands support --format for output format:

  • text (default) - Human-readable output
  • json - Machine-readable JSON

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.