FlowDSL Node Catalog

Postgres Exec

Run INSERT/UPDATE/DELETE. Emits affected count.

Overview

PropertyValue
Node IDpostgres/exec
Kindaction
Modulepostgres-flowdsl
Repogo-module-postgres
Handlergithub.com/redelay/go-module-postgres/flowdsl.Exec
Iconlucide:edit
Color#3b82f6
Tagspostgres, write

Outputs

  • out — (no description)

Settings

PropertyTypeRequiredDefaultUI GroupDescription
paramsPathstring——Statement
sqlstringyes—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"