Versions in this module Expand all Collapse all v0 v0.0.2 Dec 31, 2024 v0.0.1 Dec 31, 2024 Changes in this version + func Exec(ctx context.Context, tx Tx, query string, args ...any) sql.Result + func ExecFile(ctx context.Context, tx Tx, files fs.FS, filename string) sql.Result + func Up[T Tx](f func(ctx context.Context, tx T)) func(ctx context.Context, tx T) error + type Tx interface + ExecContext func(ctx context.Context, query string, args ...any) (sql.Result, error) + QueryContext func(ctx context.Context, query string, args ...any) (*sql.Rows, error) + QueryRowContext func(ctx context.Context, query string, args ...any) *sql.Row Other modules containing this package github.com/advdv/stdgo