pub async fn exec_from_lines(
ctx: &dyn CliSessionContext,
reader: &mut BufReader<File>,
print_options: &PrintOptions,
) -> Result<()>Expand description
run and execute SQL statements and commands from a file, against a context with the given print options