type alias StoredTableProjectionRow

A selected row before the table's declared read transforms run. Database values are unknown here because booleans and encrypted strings have a different stored representation from the application's Row type.

Type Parameters

Row
Columns extends ProjectionColumns<Row>

Definition

[Column in Columns[number]]: unknown

Usage

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