Reputation: 2891
How can I send select * query to heroku database? I loged in into heroku console, and I would like to execute this query: select * FROM refinery_pages
I'm using ruby or rails, refinery cms, heroku
Upvotes: 1
Views: 1052
Reputation: 2961
heroku pg:psql --app yourapp
https://devcenter.heroku.com/articles/heroku-postgres-starter-tier#psql-console
Upvotes: 5