Search code examples
databaseherokuheroku-postgres

How can I browse my Heroku database?


Now that I've deployed my webapp to Heroku, how would I be able to browse the database as it's altered over time?


Solution

  • Try heroku pg:psql. For instructions for how to do this, see this.