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

docs: document SQLAlchemy async connection pooling #758

Merged
merged 4 commits into from
Jun 12, 2023

Conversation

jackwotherspoon
Copy link
Collaborator

As of SQLAlchemy v2.0.16 async_creator is now a supported argument for create_async_engine allowing the Cloud SQL Python Connector to support async connection pooling

Closes #422

@jackwotherspoon jackwotherspoon requested a review from a team as a code owner June 12, 2023 15:37
@jackwotherspoon jackwotherspoon self-assigned this Jun 12, 2023
@jackwotherspoon jackwotherspoon changed the title fix: document SQLAlchemy async connection pooling docs: document SQLAlchemy async connection pooling Jun 12, 2023
Copy link
Member

@enocom enocom left a comment

Choose a reason for hiding this comment

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

🚢

@jackwotherspoon jackwotherspoon merged commit bb1c72a into main Jun 12, 2023
@jackwotherspoon jackwotherspoon deleted the connection-pooling-async branch June 12, 2023 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support connection pooling for async drivers
2 participants