This package instruments the github.com/lib/pq
package using the splunksql package.
This package is design to be a drop-in replacement for the existing use of the
lib/pg package when it is used in conjunction with the database/sql
package. The blank identified imports of that package can be replaced with
this package, and the standard library sql.Open function can be replaced with
the equivalent Open from splunksql.
An example can be found here.