Database management

Heroku PostgreSQL

Connect to an application database

> heroku pg:psql --app <application-name>
<application-name>::DATABASE-> _
This page contains some notes on how to open a session to an application database using heroku cli.

Last updated

Was this helpful?