Uses of Package
de.softwareforge.testing.postgres.embedded
Package
Description
PostgreSQL management code.
JUnit 5 integration code.
-
ClassDescriptionInformation about a database located on a PostgreSQL server connected to an
EmbeddedPostgres
instance.Controls database instances on a PostgreSQL server instances.Builder template.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. -
ClassDescriptionInformation about a database located on a PostgreSQL server connected to an
EmbeddedPostgres
instance.Builder template.Deprecated.UseEmbeddedPostgresPreparer
withDataSource
as type parameter.Prepare a specific object instance.
EmbeddedPostgresPreparer
withDataSource
as type parameter.