Grails plugin for database migration released

The grails framework is known for the productivity it offers for developing web applications based on groovy, java, and related technologies. The database, its consistency, and the evolution of the database schema are important for most projects. The grails framework offers an easy way to extend its functionality with grails plugins. A lot of them exist, but only a few of them offer a mature solution to manage the evolution of the database in your grails project.

Based on an existing dbmigrate Java-framework, that we have been using for several years, we created a new grails plugin for database migration: viaboxx-dbmigrate.
Today we released our plugin as open source on google.code.

You can find more information, documentation, examples and download on the project page: http://code.google.com/p/viaboxx-dbmigrate/

You may also find the plugin among the official grails plugins in a few days. We welcome your feedback!

Nach oben scrollen