Commit 96d7295
Fix README async example: cursor() is sync, not async
AsyncConnection.cursor() is intentionally sync (for SQLAlchemy
compatibility). Remove the incorrect `await` from the example.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b100cb7 commit 96d7295
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments