This package instruments the
github.com/jackc/pgx package using the
splunksql package.
This package is design to be a drop-in replacement for the existing use of the
pgx package when it is used in conjunction with the database/sql package.
The blank identified import of github.com/jackc/pgx/v4/stdlib 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.