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: func(query: string) -> result​<_, query-error>;