FlowDSL Node Catalog
Postgres Query
Run SELECT and emit rows on `items`.
Overview
| Property | Value |
|---|---|
| Node ID | postgres/query |
| Kind | transform |
| Module | postgres-flowdsl |
| Repo | go-module-postgres |
| Handler | github.com/redelay/go-module-postgres/flowdsl.Query |
| Icon | lucide:search |
| Color | #3b82f6 |
| Tags | postgres, read |
Outputs
out— (no description)
Settings
| Property | Type | Required | Default | UI Group | Description |
|---|---|---|---|---|---|
outputKey | string | — | items | Output | |
paramsPath | string | — | — | Query | |
sql | string | yes | — | Query |
Example
yaml
# Use this node in a flow:
nodes:
- id: my_step
name: My Step
kind: transform
action_ref: postgres/query
config:
outputKey: items
paramsPath: some.packet.path
sql: "value"