# Functions
ApplyFixtures applies fixtures on a postgres database.
Instances returns a list of postgres instances.
New creates a new postgres database instance controller.
RunMigrations runs migrations on a postgres database.
WithFixtures applied selected fixtures to config.
WithHost applied selected postgres host to config.
WithLabel applied selected label to config.
WithLogger applied selected logger to config.
WithMigrations applied selected migrations to config.
WithUI applied withUI option to config.
WithVersion applied selected postgres version to config.
# Constants
DefaultName is the default database name for postgres.
DefaultPass is the default password for postgres.
DefaultPort is the default port for postgres.
DefaultTemplate is the default template name for postgres when creating a new database with migtations and fixtures.
DefaultUser is the default user for postgres.
# Type aliases
Option is the type of the functional options for the postgres.