Versions in this module Expand all Collapse all v1 v1.0.0 Jul 23, 2019 Changes in this version + func Query(context context.Context, db DB, query string, args []interface{}, ...) error + type DB interface + Exec func(query string, args ...interface{}) (sql.Result, error) + ExecContext func(ctx context.Context, query string, args ...interface{}) (sql.Result, error) + Query func(query string, args ...interface{}) (*sql.Rows, error) + QueryContext func(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error) Incompatible versions in this module v2.0.0+incompatible Sep 21, 2019