Scrollable Cursors

The Genero programming language supports scrollable cursors.

PostgreSQL supports native scrollable cursors.

Solution

The PostgreSQL database driver uses native scrollable cursors by declaring server cursors with the SCROLL clause.