Versions in this module Expand all Collapse all v0 v0.0.3 Dec 8, 2023 Changes in this version + const EnvTestSQLite3 + func FindRow[Row any](t *testing.T, tx gf_sqlite3.Queryer, from string, where map[string]any) *Row + func GetEnvSQLite3() (database string) + func InitDDLs(t *testing.T, db *sqlx.DB, stmts []string) + func InitDMLs(t *testing.T, db *sqlx.DB, stmts []string) + func ListRows[Row any](t *testing.T, tx gf_sqlite3.Queryer, from string) []*Row + func Setup(t *testing.T, database string) (db *sqlx.DB, teardown func()) + func SkipIfNoEnv(t *testing.T)