import { type IBoundQuery } from "https://deno.land/x/pg_mem@3.0.3/interfaces-private.ts";
Methods
executeAll(): QueryResult
Executes all statements
iterate(): IterableIterator<QueryResult>
Progressively executes a query that contains multiple statements, yielding results until the end of enumeration (or an exception)