Evolving your database using Spring-boot and Liquibase
Overview
7 min readMay 18, 2017
--
When developing web applications one of the common questions to consider is how to create database schema in production and how to evolve them going forward.
It is fairly known to use database migration tools which specialize in this area. These tools help you create the schema, run them during deployment and also help you write automated tests so that you are confident that your changes will work in production.