MCPcopy Create free account
hub / github.com/tinyplex/tinybase / notify

Function notify

src/persisters/common/database/postgresql.ts:119–120  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

117 };
118
119 const notify = (message: string) =>
120 `PERFORM pg_notify('${channel}',${message});`;
121
122 const when = (tableName: string, newOrOldOrBoth: 0 | 1 | 2): string =>
123 isJson

Callers 1

addPersisterListenerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…