Blog

/

Engineering

How we run database migrations with Flyway, jOOQ, and testcontainers

Learn how to run database migrations with Flyway, jOOQ, and testcontainers. We use Flyway migration scripts in Java, run migrations locally with testcontainers and extend Flyway migrations.

ENGINEERING
February 24, 2022
15 min read

Summarize with AI:

How we run database migrations with Flyway, jOOQ, and testcontainers