josin / db_explorer

Simple ruby on rails application, which help you explore your local databases. Similar like phpMyAdmin or Adminer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

DB Explorer

Simple solution for MySQL, PostgreSQL and Sqlite.

How it can help you?

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.

Instalation

  • 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
    

Screenshots

This project rocks and uses MIT-LICENSE.

About

Simple ruby on rails application, which help you explore your local databases. Similar like phpMyAdmin or Adminer.


Languages

Language:Ruby 70.7%Language:CoffeeScript 28.2%Language:JavaScript 1.1%