Database Version Control with Liquibase and Spring Boot
Picture this familiar scenario: you're working on a new feature that requires a new database column. You open your local database client, write an ALTER TABLE statement, and execute it. Your code work
freecodecamp.org31 min read