Query Data using DataClip in Heroku

Query Data using DataClip in Heroku

DataClip in Heroku:

Heroku Dataclips enable you to create SQL queries for your Heroku Postgres databases and share it with others.

1. Click “Create Dataclip”.

2. Enter the query and click “Save and Run”.

Sample query:

SELECT
  Id, Name
FROM
  salesforce.account

To share the query, use the below steps

1. Click Share button on the top right corner.

2. Use Shareable Links or Add.

Leave a Reply