Expand description
Shared reusable PostgreSQL container for integration tests.
The container provides isolated databases with automatic stale-resource cleanup. Products own their migrations and seed data; this module owns database creation, connection retry, and teardown mechanics.
Structs§
- Postgres
Test Container - Handle to the suite’s shared PostgreSQL container.
- Postgres
Test Database - Isolated PostgreSQL database owned by one test process.