

If you use Maven, you also need to download the driver JAR file and configure your Maven pom.xml file to use the local copy of the driver. For more information, see Adding and Updating Liquibase Drivers. The latest version of Liquibase has a pre-installed driver for this database in the liquibase/internal/lib directory. To use Liquibase and H2, you need the JDBC driver JAR file. Note: Instead of creating a new Liquibase project folder, you can also use the example directory included in the installation package for the H2 database. For more information, see Specifying Properties in a Connection Profile. Create a new Liquibase properties file or use the liquibase.properties file included in the installation package.You can do this manually or with the init project command. Create a Liquibase project folder to store all Liquibase files.For more information, see Liquibase Database Tutorials.
#H2 DATABASE VERIFICATION#
Note: A database's verification level indicates how well it works with different features in Liquibase and across different products, such as Liquibase Community and Liquibase Pro. Supported versionsįoundational: Community functionality has been certified by Liquibase via automated and real-world testing. The console includes the Refresh button, which you can use to reload the left-side object view if you make changes to your database with Liquibase. The web-based console allows you to see all objects in your database in the left navigation and run SQL statements on the right side. Note: For more information, see the H2 page. H2 is a standard SQL database that you can use to simulate anything required to be done in your own database.
