Documentation ¶ Index ¶ func MustCount(t *testing.T, db *sqlx.DB, stmt string, args ...interface{}) (cnt int) func MustExec(t *testing.T, ds sqlutil.DataSource, stmt string, args ...interface{}) func NewSqlxDB(t testing.TB) *sqlx.DB Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func MustCount ¶ func MustCount(t *testing.T, db *sqlx.DB, stmt string, args ...interface{}) (cnt int) func MustExec ¶ func MustExec(t *testing.T, ds sqlutil.DataSource, stmt string, args ...interface{}) func NewSqlxDB ¶ func NewSqlxDB(t testing.TB) *sqlx.DB Types ¶ This section is empty. Source Files ¶ View all Source files pgtest.go txdb.go Click to show internal directories. Click to hide internal directories.