Jack Wotherspoon
Jack Wotherspoon
The [Cloud SQL Python Connector](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector) would like to support database connections to Cloud SQL using psycopg2. In order to do so we require the ability to pass in an existing...
### Is your feature request related to a problem? Not currently able to support aiomysql with [Cloud SQL Python Connector](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector). ### Describe the solution you'd like The [Cloud SQL Python...
As part of moving testing builds over to Github Actions #1222 a couple tests became flaky. They are currently being skipped to unblock builds, this issue is to re-enable the...
### Describe the use case `sqlalchemy.create_engine` has a `creator` argument that allows a user to pass in a callable which returns a DBAPI connection to be used when creating connection...
Updating README badge to link to corresponding `Actions` build page and not just the `.svg` image. Example: test out clicking badge [here](https://github.com/jackwotherspoon/actions/blob/master/README.md)
As part of #8250 we are adding new region tags for consistency across languages. Removal of old `cloud_sql_XXX_sqlalchemy_sslcerts` region tags from samples will be required once docs have been updated...
[Django](https://www.djangoproject.com/) is one of the most widely used Python web frameworks. We should look at providing samples on how to connect to a Cloud SQL database using the Python Connector...
When adding IAM database users to either MySQL or Postgres the user or service account username is formatted in a certain way that differs across database engine types. This is...
PR that investigates adding connection pooling with SQLAlchemy internally to provide a basic usage and reduce code required for users to connect. Also hides workaround code to provide support for...
The Cloud SQL Python Connector recommends using our library with connection pooling (usually through [SQLAlchemy](https://www.sqlalchemy.org/) library) However, currently SQLAlchemy's `create_async_engine` method does not allow the use of an asynchronous `creator`...