Skip to main content

Module executor

Module executor 

Source
Expand description

Non-interactive CQL execution engine with injectable output writer.

Functionsยง

execute_cql_file
Execute CQL statements from a file (-f flag).
execute_cql_reader
Execute CQL statements from any BufRead source (file or stdin).
execute_cql_string
Execute a CQL string from the -e flag (semicolon-separated statements).
execute_single_statement
Execute a single CQL statement or shell command in non-interactive mode.
expand_tilde ๐Ÿ”’
strip_quotes ๐Ÿ”’