Versions in this module Expand all Collapse all v0 v0.0.3 Mar 15, 2026 Changes in this version + type Client interface + Driver func() driver.Driver + Exec func(string, ...interface{}) (sql.Result, error) + ExecContext func(context.Context, string, ...interface{}) (sql.Result, error) + Query func(string, ...interface{}) (*sql.Rows, error) + QueryContext func(context.Context, string, ...interface{}) (*sql.Rows, error) + QueryRow func(string, ...interface{}) *sql.Row + QueryRowContext func(context.Context, string, ...interface{}) *sql.Row + SQL func() *sql.DB