function envNameSource
envNameSource(
table: string,
alias: string,
): unknown

A table's env-key-encrypted name column as an id → name source. The env decrypt and the name column are the common case, so per-table wrappers bind just the table and its singular-word alias, then take .byIds (narrow id lookups) or .all() (every name, for pickers/labels).

Parameters

table: string
alias: string

Return Type

unknown

Usage

import { envNameSource } from "doc.ts";