Simple solution for MySQL, PostgreSQL and Sqlite.
Do you know that situation, when you would like to check something in your development or production DB and you don’t want to run console. Thats the right time to use DB Explorer :)
I know, there are similar solutions like phpMyAdmin or Adminer. But if you don’t need all that functionality that they are offering you, then you can try simpler solution.
-
pull project
git clone https://robinbortlik@github.com/robinbortlik/db_explorer.git
-
setup config/database.yml
-
migrate db
bundle exec rake db:create bundle exec rake db:migrate
-
start project :)
rails s
This project rocks and uses MIT-LICENSE.