Reputation: 4830
I am using Heroku for my Ruby on Rails app. Is there any good tool for browsing my database records? and modify it?
Thank you
Upvotes: 6
Views: 940
Reputation: 12235
There is an addon for a db console in heroku. It's not official, but I think it is made by the heroku team anyhow. See https://github.com/ddollar/heroku-sql-console
Upvotes: 8