testcontainers-go
testcontainers-go copied to clipboard
[Enhancement]: Reuse flag for module Postgres
Proposal
Like GenericContainerRequest:
genericContainerReq := testcontainers.GenericContainerRequest{
ContainerRequest: req,
Started: true,
Logger: logger,
Reuse: true,
}