Cursor Factory
Bases: Awaitable[Cursor[T]], AsyncIterable[T]
Factory that produces a fassung.cursor.Cursor when awaited or a fassung.cursor.CursorIterator when iterated.
Obtain an instance via fassung.connection.Connection.cursor or fassung.connection.Transaction.cursor.