Function exec_from_commands

Source
pub async fn exec_from_commands(
    ctx: &dyn CliSessionContext,
    commands: Vec<String>,
    print_options: &PrintOptions,
) -> Result<()>
Expand description

run and execute SQL statements and commands, against a context with the given print options