Versions in this module Expand all Collapse all v2 v2.0.1 Jun 3, 2020 Changes in this version + type DB struct + DSN string + Dialect string + func Postgres(t *testing.T) *DB + func (db *DB) Close() + func (db *DB) Load(sql string) *DB + func (db *DB) Open() *sqlx.DB + func (db *DB) Version() (major int)