function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Abhishek Raj 13Abhishek Raj 13 

Heroku Postgres DB

Hi,

How can heroku postgres DB be checked ? How see records and tables in Heroku Postgres ?

Thanks,
Abhi
pbattissonpbattisson
Typically you would have a web app front end that will connect to the database and display the information. You can find a great article for connecting apps to a Postgres DB (https://devcenter.heroku.com/articles/heroku-postgresql) and Heroku Postgres in general that Heroku have provided. 

You can also find a few different ways to connect through the command line in this StackOverflow answer (http://stackoverflow.com/questions/5825424/how-do-i-check-the-records-of-my-heroku-database).