package
0.6.1
Repository: https://github.com/datadog/dd-trace-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package sqltest is used for testing sql packages.
Package sqlutils share some utils functions for sql packages.

# Functions

Open extends the usual API of sql.Open so you can specify the name of the service under which the traces will appear in the datadog app.
OpenTraced will first register the traced version of the `driver` if not yet registered and will then open a connection with it.
Register takes a driver and registers a traced version of this one.