Name | Type | Description |
---|---|---|
Connection String | Plain Text | The JDBC connection string to use to connect to the database. Must follow the format: postgres://user:[email protected]:5432/database |
Query | Code | The query you want to run on the database. |
Name | Type | Description |
---|---|---|
Result | Object | The response from the query in JSON format. |