Frequently we have to design access to a database for specific applications and users (eg: tables edition with filter). I would like to know if it exists such tools/framework between a full access of database (such as phpmyadmin) and a dedicated application. Better if this tool used some modern web dev such as Ajax and javascript. I found that the best approach would be to use something like dojotoolkit with json interface do the database.
Any other solutions?