Cursor Iterator
Bases: AsyncIterator[T]
Async iterator that yields typed rows from a query result.
Not intended to be created directly — use fassung.cursor.CursorFactory in an
async for loop instead.
Bases: AsyncIterator[T]
Async iterator that yields typed rows from a query result.
Not intended to be created directly — use fassung.cursor.CursorFactory in an
async for loop instead.