FlowDSL Node Catalog
Postgres Exec
Run INSERT/UPDATE/DELETE. Emits affected count.
Overview
| Property | Value |
|---|---|
| Node ID | postgres/exec |
| Kind | action |
| Module | postgres-flowdsl |
| Repo | go-module-postgres |
| Handler | github.com/redelay/go-module-postgres/flowdsl.Exec |
| Icon | lucide:edit |
| Color | #3b82f6 |
| Tags | postgres, write |
Outputs
out— (no description)
Settings
| Property | Type | Required | Default | UI Group | Description |
|---|---|---|---|---|---|
paramsPath | string | — | — | Statement | |
sql | string | yes | — | Statement |
Example
yaml
# Use this node in a flow:
nodes:
- id: my_step
name: My Step
kind: action
action_ref: postgres/exec
config:
paramsPath: some.packet.path
sql: "value"