Expand description
Bootstrap DDL statement builders for PostgreSQL provisioning.
CREATE USER / CREATE DATABASE / GRANT run before the target database
exists, so they cannot bind parameters; identifiers and literals are
escaped here instead. Statement execution stays in the setup wizard.
Functionsยง
- build_
create_ db_ sql - build_
create_ user_ sql - build_
grant_ sql - quote_
ident - Escapes and double-quotes a
PostgreSQLidentifier (role or database name). - quote_
literal - Escapes and single-quotes a
PostgreSQLstring literal.