Add tracing instrumentation for database/sql by XSAM · Pull Request #505 · open-telemetry/opentelemetry-go-contrib

Related #5 Here is the MVP instrumentation of database/sql. After I looked at some of the prior implementations: https://github.com/j2gg0s/otsql, https://github.com/opencensus-integrations/ocsql, a...