All Classes and Interfaces
Class
Description
Basic data holding class to hold the connection information - the url, user, and password
Provides a default implementation of the DatabasePreparer, and adds a
method
A DatabasePreparer applies an arbitrary set of changes
(e.g. database migrations, user creation) to a database
before it is presented to the user.
Core class of the library, providing a builder (with reasonable defaults) to wrap
testcontainers and launch postgres container.
Support for integrating Flyway and performing a DB migration as part of the setup process.
Deprecated.
Support for integrating Liquibase and performing a DB migration as part of the setup process.