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
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]
file README.textile Tue Nov 11 07:19:12 -0800 2008 testing [isc]
file Rakefile Loading commit data...
directory app/
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/ Mon Dec 29 04:16:13 -0800 2008 * Add collation support [redox]
file load_error_test.rb Tue Nov 11 11:01:16 -0800 2008 all the NameError and LoadError snafus in Table... [isc]
directory log/
directory public/ Fri Jan 23 07:22:10 -0800 2009 ajax link for row deletion [Ivan Schneider - ivan]
directory script/ Fri Oct 17 17:07:06 -0700 2008 * Initial import [redox]
directory test/ Mon Dec 29 04:16:13 -0800 2008 * Add collation support [redox]
directory tmp/
directory vendor/
README.textile

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…