Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.01 KB

File metadata and controls

31 lines (20 loc) · 1.01 KB

<img src=“https://secure.travis-ci.org/robinbortlik/db_explorer.png?branch=master” alt=“Build Status” />

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.