Anders Lind
Anders Lind

Reputation: 4830

how to browse my DataBase records on Heroku

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

Answers (1)

ksol
ksol

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

Related Questions