Scrollable Cursors

The Genero programming language supports scrollable cursors.

SQLite 3.x does not support native scrollable cursors.

Solution

The SQLite database driver emulates scrollable cursors with temporary files.

See Scrollable cursors for more details about scroll cursor emulation.