Liquibase is an open source library for tracking, managing and applying database changes that can be used for any database with a JDBC driver. In some of our projects, we have used Liquibase to create tables as well as load pre-required data for the software to function smoothly. Example <