During the development of server-side application you need not just to deploy new versions but also update database (schema and data) to be consistent with a new application for many environments (different versions are deployed there often). Liquibase automatically detects what changes have not been applied to database yet and apply them. In this talk I’ll made an overview of this tool and share some practices of using it.
Alexey Moskvin

Comment