-
Notifications
You must be signed in to change notification settings - Fork 439
suggestion #1316
Copy link
Copy link
Open
Description
is it mentioned in the doc that you don't need to close the connection when it is written in the form of async with pool.acquire() as con:
I know it is somehow obvious for python users.
but for newer python users i think it's not so clear.
even some python devs may use the with statement for the first time to make database access ,so they are not familiar with that convention .
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels