cqlite-cli 0.11.0

Command-line interface for CQLite — read Apache Cassandra 5.0 SSTables without a cluster
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! REPL meta-command implementations

pub mod health;
pub mod keyspaces;
pub mod schema;
pub mod status;

pub use health::execute_health;
pub use keyspaces::execute_keyspaces;
pub use schema::execute_schema_list;
pub use status::execute_status;