Expand description
cqlsh-rs library โ exposes modules for benchmarks and integration tests.
Modulesยง
- cli
- Command-line argument parsing for cqlsh-rs.
- colorizer
- CQL syntax colorization for the REPL prompt and output.
- completer
- Tab completion for the CQL shell.
- config
- Configuration file parsing and merged configuration for cqlsh-rs.
- copy
- COPY TO and COPY FROM implementation โ exports/imports CSV data.
- describe
- DESCRIBE command implementations for cqlsh-rs.
- driver
- Driver abstraction layer for CQL database connectivity.
- error
- Error classification and formatting for user-facing error display.
- formatter
- Output formatting for CQL query results.
- pager
- Built-in terminal pager using sapling-streampager.
- parser
- Statement parser for cqlsh-rs.
- repl
- Interactive REPL (Read-Eval-Print Loop) for cqlsh-rs.
- schema_
cache - Schema metadata cache for tab completion.
- session
- CQL session management layer.
- shell_
completions - Shell completion generation for cqlsh-rs CLI arguments.