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.
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
jinyun_staging.stock INSERT, UPDATE
jinyun_staging.stock SELECT (read-back only)