cqlsh
cqlsh is a command-line interface for interacting with Apache Cassandra using the Cassandra Query Language (CQL). It is shipped with Cassandra distributions and provides an interactive shell for issuing CQL statements, inspecting schema, and performing data operations against a Cassandra cluster.
Connection to a cluster is established over the CQL native transport, typically on port 9042. The user
The shell accepts standard CQL statements such as SELECT, INSERT, UPDATE, and DELETE, and supports keyspace
cqlsh is intended for interactive data exploration, debugging, and basic administration tasks performed against a running
The exact features and Python dependencies of cqlsh can vary by Cassandra version. Users should consult the