Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 708
Anders Lind Avatar asked Feb 12 '12 19:02

Anders Lind


1 Answers

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

like image 149
ksol Avatar answered Nov 07 '22 02:11

ksol