File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,6 @@ pip install "cloud-sql-python-connector[asyncpg]"
7070```
7171pip install "cloud-sql-python-connector[pytds]"
7272```
73- ## Usage
74-
75- This package provides several functions for authorizing and encrypting
76- connections. These functions are used with your database driver to connect to
77- your Cloud SQL instance.
78-
79- The instance connection name for your Cloud SQL instance is always in the
80- format "project:region: instance ".
8173
8274### APIs and Services
8375
@@ -107,6 +99,15 @@ To explicitly set a specific source for the credentials, see
10799[ set-adc ] : https://cloud.google.com/docs/authentication/provide-credentials-adc
108100[ google-auth ] : https://google-auth.readthedocs.io/en/master/reference/google.auth.html
109101
102+ ## Usage
103+
104+ This package provides several functions for authorizing and encrypting
105+ connections. These functions are used with your database driver to connect to
106+ your Cloud SQL instance.
107+
108+ The instance connection name for your Cloud SQL instance is always in the
109+ format "project:region: instance ".
110+
110111### How to use this Connector
111112
112113To connect to Cloud SQL using the connector, inititalize a ` Connector `
You can’t perform that action at this time.
0 commit comments