Versions in this module Expand all Collapse all v1 v1.0.0 Oct 20, 2020 Changes in this version + type Executer interface + ExecContext func(ctx context.Context, query string, args ...interface{}) (sql.Result, error) + type Querier interface + type RowQuerier interface + QueryRowContext func(ctx context.Context, query string, args ...interface{}) *sql.Row + type RowsQuerier interface + QueryContext func(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error) + type Scanner interface + Scan func(dest ...interface{}) error