How can I browse my Heroku database?

database, heroku, heroku-postgres

Solution

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

Problem

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

Original source

Related problems