Dantes
Dantes

Reputation: 2891

select query heroku database

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

Answers (1)

Will
Will

Reputation: 2961

heroku pg:psql --app yourapp

https://devcenter.heroku.com/articles/heroku-postgres-starter-tier#psql-console

Upvotes: 5

Related Questions