public
Description: A DB interface written in Rails
Homepage: http://www.rbdb.org
Clone URL: git://github.com/redox/rbdb.git
Ivan Schneider - ivan (author)
Fri Jan 23 07:22:10 -0800 2009
commit  6c5595f8060efbea8b03417e7be62984828e8c3b
tree    7e8cf662a58b030bb7bb3fe5e2a2f566f4371cb3
parent  bd20dc40dc45653a3590eabea36544f842d4fae9
rbdb /
name age message
file .gitignore Mon Nov 03 13:55:07 -0800 2008 * Public alpha release (merged from railsrumbl... [redox]
file Capfile Fri Oct 17 18:55:44 -0700 2008 Capistrano configuration [Jessy Bernal - jessy]
file README.textile Loading commit data...
file Rakefile
directory app/ Fri Jan 23 07:22:10 -0800 2009 ajax link for row deletion [Ivan Schneider - ivan]
directory config/ Fri Jan 23 06:36:23 -0800 2009 a more complete database.yml example to be able... [Ivan Schneider - ivan]
directory db/
directory doc/
directory lib/
file load_error_test.rb
directory log/ Fri Oct 17 17:07:06 -0700 2008 * Initial import [redox]
directory public/
directory script/
directory test/ Mon Dec 29 04:16:13 -0800 2008 * Add collation support [redox]
directory tmp/ Fri Oct 17 17:07:06 -0700 2008 * Initial import [redox]
directory vendor/ Mon Nov 03 13:55:07 -0800 2008 * Public alpha release (merged from railsrumbl... [redox]

rbDB

/!\ Warning /!\ This is an alpha released of our Railsrumble 48hr-project (Rails rumble 2008). You should NOT use rbDB in production yet. We’ll develop missing features in the next days/weeks.

Screencast

You can see the demo here : http://www.vimeo.com/2046491

Official website

Right here : http://www.rbdb.org

Found a bug?

Tell us on lighthouse: http://rbdb.lighthouseapp.com

Description

rbDB is a web-based mysql database administration bringing conventions to database administration

Why this project ?

We found phpMyAdmin boring, ugly and feature-less.

So what’s the difference ?

  • Smart browsing between tables
  • Smart display of foreign keys and fields
  • Smart graphs and relation between tables
  • Quick access to databases and tables
  • Memorize the last tables visited and SQL queries executed
  • In place edit on fields
  • No need of PHP anymore on your production server !
  • Designed RESTfully
  • Classic features you need like custom SQL requests, insert, search…