Versions in this module Expand all Collapse all v0 v0.0.1 Oct 15, 2019 Changes in this version + var Image = "postgres:alpine" + var Port = "5432" + var PostgresUpWaitTime = 10 * time.Second + func Box(t testing.TB, config *Config) (*sql.DB, conex.Container) + type Config struct + Database string + Password string + User string