We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20f6ac commit bbdd32dCopy full SHA for bbdd32d
google/cloud/sql/connector/asyncpg.py
@@ -32,7 +32,8 @@ async def connect(
32
ip_address (str): A string containing an IP address for the Cloud SQL
33
instance.
34
ctx (ssl.SSLContext): An SSLContext object created from the Cloud SQL
35
- kwargs: Additional arguments to pass to the asyncpg connect method.
+ kwargs: Keyword arguments for establishing asyncpg connection
36
+ object to Cloud SQL instance.
37
38
Returns:
39
asyncpg.Connection: A asyncpg Connection object for the Cloud SQL
0 commit comments