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 ¶ func MySQL(t *testing.T, migrations []string) (*sql.DB, func()) func PostgreSQL ¶ func PostgreSQL(t *testing.T, migrations []string) (*sql.DB, func()) func PostgreSQLPgx ¶ 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.go pgx.go postgres.go sqlite.go Click to show internal directories. Click to hide internal directories.