Expand description
A single-node PostgreSQL container. Defaults to a test/test/test
user/password/database trio so PostgresGuard::connection_string is usable with
zero configuration; call PostgresContainer::with_username/
PostgresContainer::with_password/PostgresContainer::with_database before
start() to override any of them.
Structs§
- Postgres
Container - A single-node PostgreSQL container.
- Postgres
Guard - The running guard for a
PostgresContainer.