Kount / pq-timeouts

Postgres driver for Go that wraps lib/pq to provide read and write timeouts.
MIT License
38 stars 17 forks source link

Make TimeoutDriver public #3

Closed nockty closed 1 year ago

nockty commented 5 years ago

Expose TimeoutDriver so that it can be wrapped in other drivers, for instance for tracing purposes.

This PR addresses https://github.com/Kount/pq-timeouts/issues/2

Age15990 commented 5 years ago

Thanks for the work! I hope somebody has a look at it soon.