ruby on rails - How do I check the records of my heroku database? -


i've deployed application heroku , pointed custom domain heroku servers. how can check records in heroku database?

you can use heroku run rails console , @ records model.all or other method.

if want backup database @ heroku pg backups, can import database on local machine , @ there. depending on db adapter use sqlite browser sqlite3 or phpmyadmin mysql.


Comments