pub async fn run(session: &mut CqlSession, config: &MergedConfig) -> Result<()>Expand description
Run the interactive REPL loop.
Reads lines from the user, handles multi-line input, and dispatches complete statements to the session for execution.
pub async fn run(session: &mut CqlSession, config: &MergedConfig) -> Result<()>Run the interactive REPL loop.
Reads lines from the user, handles multi-line input, and dispatches complete statements to the session for execution.