pub async fn exec_from_lines(
    ctx: &mut SessionContext,
    reader: &mut BufReader<File>,
    print_options: &PrintOptions
)
Expand description

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