Connection:
- Prerequisites: Obtain the database host, port, and credentials (username and password) with read access to the databases you want to query.
- Adding the connection: Go to Integrations > PostgreSQL in the Playbooks dashboard. Enter your database connection details. This includes your host, port, username and password.
- Testing the Integration: Create a playbook that includes a step to run a simple SELECT query against your PostgreSQL database and verify the results are fetched correctly.
Querying:
After adding postgreSQL as a connection, you can do the following:- Run a query on PostgreSQL.