# Functions
Open returns connection to a DB using a the traced version of the given driver.
Register tells the sql integration package about the driver that we will be tracing.
WithAnalytics enables Trace Analytics for all started spans.
WithAnalyticsRate sets the sampling rate for Trace Analytics events correlated to started spans.
WithServiceName sets the given service name for the registered driver.
# Type aliases
RegisterOption represents an option that can be passed to Register.