redox / rbdb
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (2)
- Graphs
-
Branch:
master
Ivan Schneider - ivan (author)
Fri Jan 23 07:22:10 -0800 2009
rbdb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 03 13:55:07 -0800 2008 | |
| |
Capfile | Fri Oct 17 18:55:44 -0700 2008 | |
| |
README.textile | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | Fri Jan 23 06:36:23 -0800 2009 | |
| |
db/ | ||
| |
doc/ | ||
| |
lib/ | ||
| |
load_error_test.rb | Tue Nov 11 11:01:16 -0800 2008 | |
| |
log/ | ||
| |
public/ | ||
| |
script/ | Fri Oct 17 17:07:06 -0700 2008 | |
| |
test/ | Mon Dec 29 04:16:13 -0800 2008 | |
| |
tmp/ | ||
| |
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…

