DBMaintainer was separated from the Unitils. DBMainter is a easy way to automate the roll-outs of updates to a relational database. According to the DDL scripts which are held in special file/directory structure the database can be updated/created at development or either at production phases in a ’second’. Updates can be trigered from a command line (ant scripts) or with the junit initialization through the Unitils. DB migration process is versioned in incremental. DBMS implementations such as ‘oracle’, ‘db2′, ‘mysql’, ‘hsqldb’ or ‘postgresql’ are ready to go.
More details on this at serverside.

