I need to edit data in my tables at Heroku, how can i do that with an IDE for PostgreSQL or some other solution to this? I’m really new to Heroku, so please can you guide me what’s the best way around it.
thanks
I need to edit data in my tables at Heroku, how can i do
Share
To the best of my knowledge, Heroku does not offer direct access to the database. Does
heroku consolecut it for you? You can access the db through your models directly.Otherwise you may want to look at how to import/export your database.