Versions in this module Expand all Collapse all v0 v0.1.0 Aug 19, 2026 Changes in this version + const DefaultPGVersion + func NewDatabase(t *testing.T, serverURL string) string + func NewPublicTable(t *testing.T, pool *pgxpool.Pool, columns string) string + func NewRole(t *testing.T, pool *pgxpool.Pool, options string) string + func NewSchema(t *testing.T, pool *pgxpool.Pool) string + func PGVersion() string + func StartPostgres(t *testing.T) string + type TLSPostgres struct + CACertPath string + URL string + UntrustedCACertPath string + func StartPostgresTLS(t *testing.T) TLSPostgres