So does anyone of you have a *simple* schema that they'd like to provide a simple CRUD web interface to? If you get me a schema definition (and ideally sample data), I'll pick the one which is closer ...
After a simple Grails application, let’s create a CRUD application. Such an application allows to perform basic database operations to read table rows from the database, create new rows, and edit and ...