DB Migration is a framework based on Spring for handling automatic db schema updates.
With DBMigration you can bundle upgrade scripts in you application. Its purpose
is to manage db updates consistently both for development than for production releases.
Version2.0compared with
Version Details
| 0.7.3 | 2.0 | |
|---|---|---|
| Release date | Sep 26, 2007 | Feb 03, 2008 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (3)
| 0.7.3 | 2.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.springframework » spring-beans | 2.0.6 | 2.5.1 |
| ~ Updated | org.springframework » spring-core | 2.0.6 | 2.5.1 |
| ~ Updated | org.springframework » spring-jdbc | 2.0.6 | 2.5.1 |
