ChangeTriggerConfig interface

Which tables notify, and under which Postgres object names.

Signature:

export interface ChangeTriggerConfig 

Properties

Property

Modifiers

Type

Description

channel?

string

(Optional) NOTIFY channel to publish on (default CHANGE_NOTIFY_CHANNEL).

functionName?

string

(Optional) Name of the shared plpgsql function (default CHANGE_NOTIFY_FUNCTION_NAME).

models?

readonly string[]

(Optional) Tables that should notify — the complete desired set, not an addition.

silent?

boolean

(Optional) Suppress SQL logging for the install DDL (default true).

triggerName?

string

(Optional) Trigger name to create on each table (default CHANGE_NOTIFY_TRIGGER_NAME).

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