External Database Event
Connects to an external database (Oracle, PostgreSQL, or MySQL) and executes a query.
Configuration
| Field | Description |
|---|---|
| Title | A name for this event node |
| Description | Optional notes |
| Database Type | The database engine: Oracle, PostgreSQL, or MySQL |
| Host | The database server hostname or IP address |
| Database | The database name to connect to |
| Port | The port number the database listens on |
| Username | The database user credential |
| Password | The database password credential |
| Expected Output Data | The expected JSON structure of the query result |
