Expand description
CQLite CLI library
This library provides the core functionality for the CQLite CLI, including command processing, database operations, and testing infrastructure.
Re-exports§
pub use cli::ExportFormat;pub use cli::ImportFormat;pub use cli::OutputFormat;pub use cli_types::AdminCommands;pub use cli_types::BenchCommands;pub use cli_types::Cli;pub use cli_types::Commands;pub use cli_types::SchemaCommands;pub use config::Config;
Modules§
- cli
- cli_
types - CLI type definitions
- commands
- config
- error
- Error handling and exit code management for CQLite CLI
- formatter
- CQLite table formatter for cqlsh-compatible output
- output
- Output formatting for QueryResult
- repl
- script_
executor - Script execution module for handling CQL script files
- status_
metrics - Status Metrics Module for TUI and REPL Status Bars
- tui