TestcontainersPostgresql
data Config Source #
Constructors
Fields
data Distro Source #
Defined in TestcontainersPostgresql.Configs.Distro
Methods
showsPrec :: Int -> Distro -> ShowS #
show :: Distro -> String #
showList :: [Distro] -> ShowS #
(==) :: Distro -> Distro -> Bool #
(/=) :: Distro -> Distro -> Bool #
data Auth Source #
Defined in TestcontainersPostgresql.Configs.Auth
showsPrec :: Int -> Auth -> ShowS #
show :: Auth -> String #
showList :: [Auth] -> ShowS #
(==) :: Auth -> Auth -> Bool #
(/=) :: Auth -> Auth -> Bool #
run :: Config -> ((Text, Int) -> IO ()) -> IO () Source #
Run a session on a PostgreSQL container in the scope of a host and a port.