Hi there,
I am currently using an instrumented sql driver in a project for tracing purposes: https://github.com/ExpansiveWorlds/instrumentedsql
Since we are having issues with timeout handling I had a look at your project and wanted to replace the pq.Driver{} that is wrapped in the instrumented driver with yours. Unfortunately your driver is private and I see no chance wrapping it. Maybe you want to consider exposing it?
Greetings, Ann-Katrin
Hi there,
I am currently using an instrumented sql driver in a project for tracing purposes: https://github.com/ExpansiveWorlds/instrumentedsql
Since we are having issues with timeout handling I had a look at your project and wanted to replace the
pq.Driver{}that is wrapped in the instrumented driver with yours. Unfortunately your driver is private and I see no chance wrapping it. Maybe you want to consider exposing it?Greetings, Ann-Katrin