Expand description
Non-interactive CQL execution engine with injectable output writer.
Functionsยง
- execute_
cql_ file - Execute CQL statements from a file (
-fflag). - execute_
cql_ reader - Execute CQL statements from any
BufReadsource (file or stdin). - execute_
cql_ string - Execute a CQL string from the
-eflag (semicolon-separated statements). - execute_
single_ statement - Execute a single CQL statement or shell command in non-interactive mode.
- expand_
tilde ๐ - strip_
quotes ๐