property Table.findById

Find a row by primary key, or null when it does not exist.

Type

(id: InValue) => Promise<Row | null>

Usage

import { type Table } from "docs/database.ts";