(message: string)
| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…