Deprecated: use https://github.com/jcchavezs/zipkin-instrumentation-sql instead.
This package implements the interfaces from sqlx adding zipkin instrumentation
go get github.com/jmoiron/sqlxtracer, _ := zipkin.NewTracer(...)
...
tracedDB := NewDb(db, tracer)This library does not add any functionality on top of sqlx. For more information,
about sqlx.DB usage check https://github.com/jmoiron/sqlx