- Javascript
- Python
We recommend being mindful of security considerations. While we have protections in place to prevent dangerous code execution, you should not surface sensitive secrets in your code.
Options
| 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. |
Outputs
| Name | Type | Description |
|---|---|---|
| Result | Object | The response from the query in JSON format. |
Tips
- We enforce a 60 second timeout per execution to prevent abuse. If your use-cases require longer runtimes, reach out to the Respell team!
- If you’d like us to support other languages, reach out to the Respell team.

