Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Splunk Instrumentation for the PostgreSQL Driver Package pgx

Go Reference

This package instruments the github.com/jackc/pgx package using the splunksql package.

Getting Started

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.