Uses of Package
com.opentable.db.postgres.embedded
Packages that use com.opentable.db.postgres.embedded
Package
Description
-
Classes in com.opentable.db.postgres.embedded used by com.opentable.db.postgres.embeddedClassDescriptionBasic data holding class to hold the connection information - the url, user, and passwordA 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.Support for integrating Liquibase and performing a DB migration as part of the setup process.
-
Classes in com.opentable.db.postgres.embedded used by com.opentable.db.postgres.junitClassDescriptionBasic data holding class to hold the connection information - the url, user, and passwordA 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.
-
Classes in com.opentable.db.postgres.embedded used by com.opentable.db.postgres.junit5ClassDescriptionBasic data holding class to hold the connection information - the url, user, and passwordA 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.