Skip to content
  • Hugo Beauzée-Luyssen's avatar
    sqlite: Introduce a "Row" helper · 62fddf11
    Hugo Beauzée-Luyssen authored
    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.
    62fddf11