testcontainers-go icon indicating copy to clipboard operation
testcontainers-go copied to clipboard

[Enhancement]: Reuse flag for module Postgres

Open comerc opened this issue 1 year ago • 7 comments

Proposal

Like GenericContainerRequest:

genericContainerReq := testcontainers.GenericContainerRequest{
  ContainerRequest: req,
  Started:          true,
  Logger:           logger,
  Reuse:            true,
}

comerc avatar Aug 09 '24 10:08 comerc