-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support jackc/pgx as a postgres driver #142
Comments
Hi @dankinder - thank you very much for this feedback! I am going to loop in our product manager for the Go Agent; she can take a look whether we can get this on our roadmap and how it can be prioritized. If anyone else comes across this issue and is also looking for support for jackc/pgx, please feel free to chime in and let us know! |
I'm closing this issue for now. I've made sure to put this in our backlog, and I expect that we will get to this in an upcoming bugfix/cleanup. We would definitely like to know how many others also need this, so please add a comment if you are also interested. |
We are also interested in supporting |
@etokarev Thanks for adding your voice! We will take note in the ticket in our backlog. |
@newrelic-eheinlein would it possible to provide some ETA on adding support for |
interested in this as well, thanks! |
This would be great 👍🏻 |
Would also really appreciate this |
Interested and would really appreciate as well! Thanks! |
Interested |
Thank you for your valuable feedback, we welcome your ideas and it definitely helps us make crucial decisions regarding how we can best fulfill your needs. This work item is coming up on our roadmap and is being targeted for completion around the end of August. |
I played around and porting the lib/pq. It seems to be working.
Since there's already an official release, I deleted this fork |
Hi @yulrizka , we'd love to look at your PR! Even if we don't use it directly, it will certainly inform our upcoming support. |
We have an official integration for using pgx on its way, so stay tuned. It addresses the same use case as our nrpq integration, namely using the standard library |
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?
The text was updated successfully, but these errors were encountered: