Documentation ¶ Index ¶ func MySQL(t *testing.T, migrations []string) (*sql.DB, func()) func PostgreSQL(t *testing.T, migrations []string) (*sql.DB, func()) func PostgreSQLPgx(t *testing.T, migrations []string) (*pgx.Conn, func()) func SQLite(t *testing.T, migrations []string) (*sql.DB, func()) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func MySQL ¶ added in v1.5.0 func MySQL(t *testing.T, migrations []string) (*sql.DB, func()) func PostgreSQL ¶ func PostgreSQL(t *testing.T, migrations []string) (*sql.DB, func()) func PostgreSQLPgx ¶ added in v1.13.0 func PostgreSQLPgx(t *testing.T, migrations []string) (*pgx.Conn, func()) func SQLite ¶ added in v1.15.0 func SQLite(t *testing.T, migrations []string) (*sql.DB, func()) Types ¶ This section is empty. Source Files ¶ View all Source files mysql.gopgx.gopostgres.gosqlite.go Click to show internal directories. Click to hide internal directories.