TLDR
Liquibase can be used in a Java project, with Spring/Hibernate, to version the database. It works with Changelog files (the list of all the changes, in order, that need to execute to update the database). There are 4 supported formats for these Changelogs:. SQL, XML, YAML, and. changeset formats. If there is an error on a changeset, all the precedents will have already been applied. You will only have to correct the incorrect changeset in error.via the TL;DR App
no story
Written by csouchet | R&D Engineer at Bonitasoft. Working on an open source project: https://github.com/process-analytics