Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2021 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)