Package-level declarations
Types
Link copied to clipboard
Represents immutable connection details for an embedded PostgreSQL instance.
Link copied to clipboard
A specialized DatabasePreparer that prepares a database by working directly with an active JDBC Connection.
Link copied to clipboard
A DatabasePreparer applies an arbitrary set of changes (e.g.
Link copied to clipboard
The default implementation of PgBinaryResolver that locates PostgreSQL binaries based on the current operating system, CPU architecture, and (for Linux) distribution.
Link copied to clipboard
Manages the lifecycle of an embedded PostgreSQL server instance.
Link copied to clipboard
A DatabasePreparer implementation that applies database schema migrations using Flyway.
Link copied to clipboard
A DatabasePreparer implementation that applies Liquibase migrations to an embedded PostgreSQL database.
Link copied to clipboard
A strategy for resolving PostgreSQL binaries.
Link copied to clipboard
Provider for prepared PostgreSQL databases backed by an EmbeddedPostgres instance and a DatabasePreparer.