property Table.update

Update a row by primary key, returns updated row or null if not found

Type

(
id: InValue,
input: Partial<Input>,
) => Promise<Row | null>

Usage

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