We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4f1cf commit 0a9ff85Copy full SHA for 0a9ff85
1 file changed
README.md
@@ -22,7 +22,10 @@
22
[python-versions]: https://img.shields.io/pypi/pyversions/cloud-sql-python-connector
23
24
The _Cloud SQL Python Connector_ is a Cloud SQL connector designed for use with the
25
-Python language. Using a Cloud SQL connector provides the following benefits:
+Python language. Using a Cloud SQL connector provides a native alternative to the
26
+[Cloud SQL Auth Proxy](https://cloud.google.com/sql/docs/mysql/sql-proxy) while
27
+providing the following benefits:
28
+
29
* **IAM Authorization:** uses IAM permissions to control who/what can connect to
30
your Cloud SQL instances
31
* **Improved Security:** uses robust, updated TLS 1.3 encryption and
0 commit comments