property TableProjection.read

Type

(
row: StoredTableProjectionRow<Row, Columns>,
rowId?: unknown,
) => Promise<SelectedTableProjectionRow<Row, Columns>>

Usage

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