exec_from_lines

Function exec_from_lines 

Source
pub async fn exec_from_lines(
    ctx: &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