-
Notifications
You must be signed in to change notification settings - Fork 6
Home
jessy edited this page Sep 13, 2010
·
8 revisions
The said project is a DB interface written in Rails and meant as a replacement for the classic phpMyAdmin. Not an extremely original idea I must confess but we found nonetheless a few reasons that motivated this project :
We found phpMyAdmin boring, ugly and feature-less. But we need it.
- 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
Rbdb was born during The Rails Rumble 2008 (two days of rush). We took this contest as an opportunity to bootstrap a project we had in mind for some time.