Workflow checking handshake with the database

Workflow
Description
This workflow executes an SQL statement to connect to the database, display version and list tables. SQL can be overridden
Inputs
Name |
Type |
Default |
Description |
|---|---|---|---|
database |
File |
Path to database connection file, usually database.ini |
|
connection_name |
string |
The name of the section in the database.ini file |
|
sql |
string[] |
|
Outputs
Name |
Type |
Description |
|---|---|---|
psql_log |
File |
|
psql_err |
File |
Steps
Name |
Runs |
Description |
|---|---|---|
psql |