description Learn how to generate jOOQ code from a database using Testcontainers and Flyway, then test your persistence layer. keywords testcontainers, java, testing, jooq, flyway, postgresql, spring ...
小ネタなんですが、地味に手動でやっていたマイグレーションをCodePipelineに乗せて手動をやめた話を書きます。 こちらを読んでいるみなさんはDBマイグレーションってどうやっていますか? 結構手動でやったりしがちなんですがSSHやAWSのSystemManagerから入っ ...
Flyway is a tool that helps manage database migrations in any project. A migration refers to the process of changing the database schema over time (e.g., creating tables, modifying columns, etc.).