DBInit
DBInit @ SF
Downloads
Javadoc
Issue tracking

DBInit

DBInit is a Java service API that allows the incremental update of a database at the start-up of an application (web, stand-alone, etc.). It works with H2 but should work as well with other databases.

Go to the Wiki to have a quick start using DBInit.

You can import dbinit in your project using Maven:

<dependency>
	<groupId>net.sf.dbinit</groupId>
	<artifactId>dbinit</artifactId>
	<version>1.0</version>
</dependency>