property Table.findById

Find a row by primary key

Type

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

Usage

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