Skip to content

SelectQueryBuilder.all() method

Home > @direct-sqlite/core > SelectQueryBuilder > all

Resolves all matching entries into a compiled array list.

Signature:

all(): Pick<TRow, TSelectedKey>[];

Returns:

Pick<TRow, TSelectedKey>[]

An array of objects representing the rows returned by the executed SELECT query.