DerivedDataLayer interface

The config the middlewares consume, keyed by physical table.

Signature:

export interface DerivedDataLayer 

Properties

Property

Modifiers

Type

Description

audit

Record<string, string>

Tables whose writes are recorded, and the model name to record.

dates

Set<string>

Columns stored under a timestamp codec, by column name.

relations

RelationMap

Relations per MODEL, for the query translator.

scope

ScopeTables

Scope columns per table per level.

stamps

StampTables

Soft-delete and authorship columns per table.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.