Cursor
Interactive database cursor for fetching typed rows on demand.
Not intended to be created directly — await a fassung.cursor.CursorFactory instead.
fetch(n, *, timeout=None)
async
fetchrow(*, timeout=None)
async
Fetch the next row, or return None if exhausted.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
timeout
|
float | None
|
Optional query timeout in seconds. |
None
|