Connector builder

SQL connector builder

CON-09 · Jinyun WMS · draft v4 Offline bundles

Connection reference

@Db* placeholders resolve from the credential reference at run time — never store raw values here.

dsn
Host=@DbServer;Database=@DbName;Username=@DbUserId;Password=@DbPassword;SslMode=Require
cred/jinyun-pg-login db-login

Login is scoped by the vault to the jinyun_staging schema.

Query allowlist

allowlist
jinyun_staging.stock      INSERT, UPDATE
jinyun_staging.stock      SELECT (read-back only)
Statements outside these schema/verb pairs are rejected before execution.