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

Roadmap after psycopg3 release #889

Open
1 task done
n1ngu opened this issue Apr 17, 2022 · 2 comments
Open
1 task done

Roadmap after psycopg3 release #889

n1ngu opened this issue Apr 17, 2022 · 2 comments

Comments

@n1ngu
Copy link

n1ngu commented Apr 17, 2022

Is your feature request related to a problem?

With the release of psycopg3 and its async capabilities, isn't this wrapper for the good-old synchronous psycopg2 unnecessary anymore?

Describe the solution you'd like

At least I'd expect aiopg to mention its relation with psycopg3 and maybe declare sunset?

Describe alternatives you've considered

During the timespan where other libraries that could rely on aiopg won't yet move to psycopg3, maybe aiopg2 should become a thin wrapper for psycopg3? E.g. SQLAlchemy won't support psycopg3 until their 2.0 release https://github.com/sqlalchemy/sqlalchemy/milestone/88

Additional context

No response

Code of Conduct

  • I agree to follow the aio-libs Code of Conduct
@om26er
Copy link

om26er commented Jan 1, 2023

One problem with psycopg3 is that does not work with PyPy unfortunately

@n1ngu
Copy link
Author

n1ngu commented Jan 2, 2023

Isn't psycopg2 pypy support also a "best effort" / "community patches welcome" but somehow "not officially supported"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants