Versions in this module Expand all Collapse all v2 v2.0.1 Mar 24, 2023 v2.0.0 Mar 9, 2023 Changes in this version + type Fixture struct + Params []interface{} + Query string + type Pgpool struct + BaseName string + SchemaFile string + Skip bool + func (p *Pgpool) WithEmpty(t testing.TB) *pgxpool.Pool + func (p *Pgpool) WithFixtures(t testing.TB, fixtures []Fixture) *pgxpool.Pool + func (p *Pgpool) WithSQLs(t testing.TB, sqls []string) *pgxpool.Pool + func (p *Pgpool) WithStdEmpty(t testing.TB) *sql.DB + func (p *Pgpool) WithStdFixtures(t testing.TB, fixtures []Fixture) *sql.DB + func (p *Pgpool) WithStdSQLs(t testing.TB, sqls []string) *sql.DB Other modules containing this package github.com/olomix/go-test-pg