Skip to content

Added Async support for DBAPI2 w/ implementation for psycopg #1932

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

Closed
wants to merge 0 commits into from

Conversation

zikphil
Copy link
Contributor

@zikphil zikphil commented Nov 7, 2023

What does this pull request do?

Quick and dirty patch to introduce proper DBAPIv2 support for AsyncIO-based drivers, like psycopg. Cannot attest to full functionality but I will run on it for a while and report back or adjust if need be.

Related issues

Closes #1872

@github-actions github-actions bot added agent-python community Issues opened by the community triage Issues awaiting triage labels Nov 7, 2023
Copy link
Contributor

@basepi basepi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please take a look at the pre-commit failures and my comment below. Please run black and flake8 on your code. More info here

@basepi
Copy link
Contributor

basepi commented Nov 27, 2023

Looks like black is still reformatting your code. flake8 also has a few complaints, though you can ignore any that aren't in your new file, those are fixed here: #1941

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-python community Issues opened by the community triage Issues awaiting triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support for asynchronous psycopg3
2 participants