DB: Query

db_query · action · Database · Available · v1.0.0

Description

Query rows from a FlowForge-managed database with filters, sort, limit.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
databaseId
Database
db-pickeryes
table
Tabella
db-table-pickeryes
filtersJson
Filtri (WHERE)
filter-rowsnoTutti i filtri sono combinati in AND. Lascia vuoto per nessun WHERE.
selectJson
Colonne da selezionare
chip-listnoVuoto = SELECT *. Aggiungi i nomi delle colonne.
orderByJson
Ordina per (ORDER BY)
sort-rowsnoAggiungi una o più colonne. La prima è l'ordinamento primario.
limit
Limit
numberno100
offset
Offset
numberno

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-db_query-1",
  "defId": "db_query",
  "label": "DB: Query",
  "config": {
    "databaseId": "<databaseId>",
    "table": "<table>",
    "limit": 100
  }
}

🔗 Related nodes in the same category

Ready to use DB: Query?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes