Pre-Liquibase allows to execute some SQL script typically as part of application startup.

It is named 'Pre-Liquibase' because its main purpose is to execute SQL script (often a one-liner) before executing Liquibase, for example to ensure that a schema exists.

Intended audience

Developer who needs to configure PreLiquibase bean manually. (rather than letting Spring Boot auto-configuration handle it)
Packages 
Package Description
net.lbruun.springboot.preliquibase
Pre-Liquibase.
net.lbruun.springboot.preliquibase.utils
Pre-Liquibase utility classes.