cloud-sql-python-connector
cloud-sql-python-connector copied to clipboard
A Python library for connecting securely to your Cloud SQL instances.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...
## Question - Is cloud-sql-python-connector supported in a pypy runtime? I'm seeing regular errors (eg 90% of the time) when the 'Requesting ephemeral certificate' runs. ``` 2022-09-02T05:37:16.155338489ZTraceback (most recent call...
:robot: I have created a release *beep* *boop* --- ## [0.8.1](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v0.8.0...v0.8.1) (2022-09-02) ### Documentation * add README code sample for Flask-SQLAlchemy and FastAPI ([#432](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/432)) ([fadc357](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/fadc3577b3552dc1650d120c144fdd8ab2500870)) --- This PR was generated...
## Question I am trying to connect to a PostgresSQL database using a service account and automatic IAM authentication. I have followed all the steps in "Before you begin" [here](https://cloud.google.com/sql/docs/postgres/iam-logins#cloud-sql-auth-proxy)...
[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`...
Support PostgreSQL [psycopg2](https://github.com/psycopg/psycopg2/) driver with connector.
## Feature Description Add an option to change the cert refresh behavior to be more friendly for managed-pool environments. When a pool of connections is being maintained by SQLAlchemy, there...