Versions in this module Expand all Collapse all v1 v1.0.0 Jan 7, 2024 Changes in this version + const TagQuery + var ErrUnsupported = errors.New("operation unsupported by the underlying driver") + func NewTracingDriver(d driver.Driver, t trace.Tracer, options ...func(*tracingDriver)) driver.Driver + func WithSaveQuery() func(*tracingDriver) + func WithSpanNameFunction(f SpanNameFunc) func(*tracingDriver) + type SpanNameFunc func(context.Context) string Other modules containing this package github.com/jonas-jonas/otelsql/v2