Package de.softwareforge.testing.postgres.embedded
package de.softwareforge.testing.postgres.embedded
PostgreSQL management code. Contains all the test-framework independent pieces to start, stop and manage database instances and schemas.
-
ClassDescriptionInformation about a database located on a PostgreSQL server connected to an
EmbeddedPostgres
instance.Controls database instances on a PostgreSQL server instances.Builder template.Create newDatabaseManager
instances.Deprecated.Manages an embedded PostgreSQL server instance.Creates a newEmbeddedPostgres
instance and starts it.Deprecated.UseEmbeddedPostgresPreparer
withEmbeddedPostgres.Builder
as type parameter.Prepare a specific object instance.AnEmbeddedPostgresPreparer<DataSource>
that uses the Flyway version control for your database framework to migrate a data source to a known state.Locates a native binary on the Filesystem.Returns an installation location for a native binary.Loads a native binary installation and returns the location of it.Resolves PostgreSQL archives from the Maven repository.
EmbeddedPostgresPreparer
withDataSource
as type parameter.