Expand description
Script execution module for handling CQL script files
This module provides functionality to execute CQL scripts from files, processing multiple statements sequentially with proper error handling and output formatting.
Functions§
- execute_
script_ file - Execute a CQL script file containing multiple statements
- load_
script - Load and parse a CQL script file
- parse_
script - Parse a CQL script into individual statements