pub fn run(input: &str) -> Result<Vec<StmtOutput>, Error>
Expand description
Run a whole “program”
More than 1 query can be executed, so the result is a vec with a StmtOutput
for each query.
pub fn run(input: &str) -> Result<Vec<StmtOutput>, Error>
Run a whole “program”
More than 1 query can be executed, so the result is a vec with a StmtOutput
for each query.