Database
What this category is for
Use these nodes to read/write external data stores through managed credentials. They are workflow-level integrations and are separate from internal gateway storage.
Node list table
| Node type | Purpose | Key inputs | Branch outputs |
|---|---|---|---|
mongodb_node | Run MongoDB operations (find, findOne, insert*, update*, delete*, aggregate). | Config credentials_id, operation, collection, optional database, timeout_ms; operation-specific input fields (filter, document, pipeline, etc.) | success, error |
postgres_node | Run PostgreSQL query or execute. | Config credentials_id, operation, optional database, timeout_ms; input query, optional params | success, error |
sqlserver_node | Run SQL Server query or execute. | Config credentials_id, operation, optional database, timeout_ms; input query, optional params | success, error |
oracle_node | Run Oracle query or execute. | Config credentials_id, operation, optional database, timeout_ms; input query, optional params | success, error |
redis_node | Execute Redis get, set, or del. | Config credentials_id, operation, optional timeout_ms; input key, plus value/ttl_seconds/keys by operation | success, error |