Function
query-batch
Perform a batch query (which could contain multiple statements) against a Postgres database, leaving connection/session management to the callee/implementer of this interface (normally a provider configured with connection credentials).
query-batch: async func(query: string) -> result<_, error>;