Skip to content

all_rows

all_rows(cols=["*"])

Fetches all rows, optionally selecting specific columns.

Parameters

cols : list[str], optional
Column names to select. Default ["*"] (all columns).

Returns

list
All rows as sqlite3.Row objects, supporting both index and column-name access.