Skip to content

robinbortlik/db_explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<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.

Installation

  • 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published