Connectors / Service / PostgreSQL

The world's most advanced open source SQL database. (updated: 1657720594436)

PostgreSQL

The Postgres connector allows you to query your Postgres database directly within tray.io, without having to worry about data pipelines or servers.

Overview

Connecting to your Postgres instance

To allow tray.io to connect to your Postgres database, you'll need to either make your database publicly accessible or you can white list ALL of the following static IP addresses for access:

  • 52.40.200.248

  • 52.39.10.61

  • 52.26.59.155

Note: it is extremely important that your Postgres database is only accessible with a strong username and password combination when white listing these IP addresses, as they will be used by anyone using the connector in a Tray workflow.

All Operations

Latest version:

2.2

Count rows

Counts the number of rows that meet a given set of conditions.

Delete rows

Find rows

Insert new rows

List table fields DDL

List tables DDL

Run SQL query

Execute the specified SQL code on the chosen database

Update rows