Skip to content

Getting Started Db Migrate

Roman Stumm edited this page Mar 13, 2015 · 1 revision

One-sentence summary of this page.

Introduction

You can find the latest version on maven-central: here

Why database migration?

The flyway framework is a good alternative for dbmigrate, too. It also explains the motivation for such a framework:

Integrating dbmigrate into your project

  • maven integration If you want to invoke dbmigrate from maven or avoid runtime dependencies with your code.
  • spring integration If you want you app to automatically migrate the database if required during startup using dbmigrate.

Tipp

You probably want to have both maven + spring integration!