Skip to main content

How to access your managed Postgres database

After you have created your managed Postgres database, you will receive a database URL that you will use to access the data.

To find your database URL:

  1. Go to the "Destinations" tab on the sidebar

  2. Click on the database in the table

  3. Copy the database URL from the top of the page

Database URL screenshot

There are a few ways to access the data:

  1. Access the data via your Terminal using psql

  2. Use a Postgres client (like Postico)

    • You will be able to create a new Server from the URL, and will be able to start querying your data in seconds.