Skip to main content

Crate cqlite_cli

Crate cqlite_cli 

Source
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