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

Avoiding the dependency on libpq #39

Open
kishaningithub opened this issue Oct 31, 2022 · 2 comments
Open

Avoiding the dependency on libpq #39

kishaningithub opened this issue Oct 31, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@kishaningithub
Copy link
Contributor

As you might already know lib/pq is now in maintenance mode and psql-wire has a direct dependency on it.

From what is see the library is mainly being used for its Oid type can this be extracted out by someway?

@jeroenrinzema
Copy link
Owner

Thanks for reporting this! I was aware that lib/pq was in maintenance mode but did not have the time yet to look for alternatives. It seems to me that we would be able to replace the lib/pq/oid package with the oid types stored within pgx.

I noticed that we also have a dependency on lib/pq within our UNIT tests. This is something I would like to keep within the project since there are many projects out there still using the lib/pq driver. Feel free to open a MR to replace lib/pq oid types with the types stored within pgx.

@jeroenrinzema jeroenrinzema added the enhancement New feature or request label Nov 1, 2022
@jeroenrinzema
Copy link
Owner

@kishaningithub feel free to pick up this issue if you would like to replace lib/pq.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants