Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

cqlsh-rs

cqlsh-rs is a ground-up Rust re-implementation of the Python cqlsh — the official interactive CQL shell for Apache Cassandra and compatible databases (ScyllaDB, Amazon Keyspaces, Astra DB).

Why cqlsh-rs?

  • Single static binary — no Python runtime, no pip, no virtualenv
  • Fast startup — launches in milliseconds, not seconds
  • 100% CLI compatible — drop-in replacement for the Python cqlsh
  • Modern terminal experience — syntax highlighting, tab completion, pager integration
  • Cross-platform — Linux, macOS, Windows

How to use this documentation