Methodologies & Tools
Tuesday, 17. October 2023., 11:55
Hall D
45'
When dealing with database schema versioning and migration, it's necessary to take into account existing state, both data and schema. We'll take a look at two popular tools that help with tracking, managing and applying database schema changes – Liquibase and Flyway. We'll explain the principle behind them and explore way they can be included in existing CI/CD process.