The slides for the talk „Relational database migrations (with Flyway)“ (RheinNeckarJS Meetup|Twitter, 15.02.2017) are online at Speakerdeck.
I will show how you can use Flyway to have a consistent way to migrate databases (MySql, Maria, Oracle, SQL Server and a lot more) automatically during deployment/as a part of your continuous deployment process. This can also help you with your integration tests.
Content:
- What are migrations?
- What are no migrations?
- Why should I automate it?
- How does Flyway work?
- Flyway in an automated deployment process
- Live Demo