Skip to content

eriklumme/liquibase-from-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Liquibase from Java

This is an example project showing how to run Liquibase 3.9.0 from Java.

The project uses a Postgres database with a JDBC connection. It allows specifying which schema to keep the change-log table in, and which one to run the updates on.

See src/test/java/dev/lumme/liquibase/LiquibaseIT.java for an example of how to use the project.

About

An example of how to run Liquibase from Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages