Closed
Description
We've been using lib/pq for quite a while, so the existing nrpq has satisfied us so far, but there are 2 issues with it.
One is that the bottom of https://github.com/lib/pq indicates that it is in maintenance mode and won't get new features. It says to use https://github.com/jackc/pgx instead.
The other is the immediate need we have now: lib/pq doesn't have any intelligent retry logic, whereas pgx does retry queries on certain safe kinds of errors. We are finding that we need this, e.g. to handle broken pipes.
Can you guys provide a package that supports jackc/pgx?