Skip to main content

Module executor

Module executor 

Source
Expand description

SQL batch and statement-by-statement execution helpers.

Statements are split with the Postgres parser (pg_query), so quoted identifiers, escape strings and dollar-quoted bodies never split mid-token and malformed SQL is refused rather than partially executed.

Copyright (c) systemprompt.io — Business Source License 1.1. See https://systemprompt.io for licensing details.

Structs§

SqlExecutor