Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 88292f7

Browse files
Tweak README
1 parent cea3a8a commit 88292f7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ async for row in database.iterate(query):
103103
await database.disconnect()
104104
```
105105

106+
Connections are managed as task-local state, with driver implementations
107+
transparently using connection pooling behind the scenes.
108+
106109
## Transactions
107110

108111
Transactions are managed by async context blocks:

0 commit comments

Comments
 (0)