liquibase.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liquibase-core Show documentation
Show all versions of liquibase-core Show documentation
Liquibase is a tool for managing and executing database changes.
/**
* Liquibase top level namespace package.
*
* The top level package contains the {@link liquibase.Liquibase} class which basically is the entrance point to
* all operations interested clients can perform through the software. It also contains some frequently used classes
* like {@link liquibase.CatalogAndSchema} and {@link liquibase.Contexts}.
*/
package liquibase;