Function rng_query::run

source ·
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.