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 lib/pq

Go Reference

This package instruments the github.com/lib/pq package using the splunksql package.

Getting Started

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.