-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for asyncpg
driver
#57
Comments
While |
This feature is necessary for fully supporting AlloyDB in the Database Query Extension repo and our WIP LangChain integrations. |
Hi @enocom , @jackwotherspoon if it's okay can I work on this issue? Since the same is implemented for Cloud SQL Python Connector, I can use it as a reference. |
Hi @RahulDubey391, thanks for the interest here 😄 This issue is currently blocked by MagicStack/asyncpg#1054 We are going to be working on a PR to |
Thanks @jackwotherspoon for letting me know. Sure I'll look into it once it's unblocked! |
Feature Description
Now that Connection pooling is supported with asyncpg and SQLAlchemy, we should support it as a driver with this library.
Sample code
No response
Alternatives Considered
No response
Additional Details
No response
The text was updated successfully, but these errors were encountered: