sqlite: Introduce a "Row" helper
This makes it easier to scan a row and extract values to variables, without having to manually pass the column index. In the likely event we add/remove columns, this will help prevent regressions as well.
Please register or sign in to comment