property Table.findByIds

Find rows in input order, retaining nulls for missing primary keys.

Type

(ids: InValue[]) => Promise<(Row | null)[]>

Usage

import { type Table } from "doc.ts";