method IDataSource.findAll
IDataSource.findAll(query: NormalizedQuery): Promise<Record<string, unknown>[]>

Find every entity matching the normalized query.

Parameters

The fully-resolved query

Return Type

Promise<Record<string, unknown>[]>

The matching rows, already filtered, sorted, paginated and projected

Usage

import { type IDataSource } from "common/src/index.ts";