Versions in this module Expand all Collapse all v0 v0.1.2 Nov 14, 2024 v0.1.1 Jan 25, 2024 Changes in this version + type DB struct + DSN string + Dialect string + func Postgres(t testing.TB) *DB + func (db *DB) Close() + func (db *DB) Load(sql string) *DB + func (db *DB) Open() *sqlx.DB + func (db *DB) Version() (major int)