entidb_cli

Crates.ioentidb_cli
lib.rsentidb_cli
version2.0.0-alpha.3
created_at2025-12-25 15:23:09.700634+00
updated_at2026-01-03 03:49:00.127479+00
descriptionCLI tools for EntiDB
homepage
repositoryhttps://github.com/Tembocs/entidb
max_upload_size
id2004654
size79,421
Tembo (Tembocs)

documentation

README

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.

Commit count: 0

cargo fmt