Skip to content

Commit

Permalink
docs: move README instructions (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Nov 24, 2023
1 parent 406b383 commit 1fbfcda
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ pip install "cloud-sql-python-connector[asyncpg]"
```
pip install "cloud-sql-python-connector[pytds]"
```
## Usage

This package provides several functions for authorizing and encrypting
connections. These functions are used with your database driver to connect to
your Cloud SQL instance.

The instance connection name for your Cloud SQL instance is always in the
format "project:region:instance".

### APIs and Services

Expand Down Expand Up @@ -107,6 +99,15 @@ To explicitly set a specific source for the credentials, see
[set-adc]: https://cloud.google.com/docs/authentication/provide-credentials-adc
[google-auth]: https://google-auth.readthedocs.io/en/master/reference/google.auth.html

## Usage

This package provides several functions for authorizing and encrypting
connections. These functions are used with your database driver to connect to
your Cloud SQL instance.

The instance connection name for your Cloud SQL instance is always in the
format "project:region:instance".

### How to use this Connector

To connect to Cloud SQL using the connector, inititalize a `Connector`
Expand Down

0 comments on commit 1fbfcda

Please sign in to comment.