Skip to content
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

Use pgx instead of native database/sql for communication with service #1179

Closed
binaek opened this issue Nov 25, 2021 · 0 comments · Fixed by #1219
Closed

Use pgx instead of native database/sql for communication with service #1179

binaek opened this issue Nov 25, 2021 · 0 comments · Fixed by #1219
Assignees
Labels
devops house-keeping General stuff which take time, but doesn't necessarily require new knowledge or is high priority optimization service

Comments

@binaek
Copy link
Contributor

binaek commented Nov 25, 2021

pgx[https://github.com/jackc/pgx] is a pure Go postgres library which claims to be faster and better suited to postgres

In fact, the official postgres go driver at https://github.com/lib/pq recommends pgx over itself

@binaek binaek added enhancement New feature or request house-keeping General stuff which take time, but doesn't necessarily require new knowledge or is high priority optimization service code structure labels Nov 25, 2021
@binaek binaek self-assigned this Nov 25, 2021
@binaek binaek added devops and removed enhancement New feature or request code structure labels Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops house-keeping General stuff which take time, but doesn't necessarily require new knowledge or is high priority optimization service
Projects
None yet
1 participant