Skip to content

EnableRealtimeRequest

Request to enable realtime on a table

PropertyTypeDescription
events?("DELETE" | "INSERT" | "UPDATE")[]Events to track (default: [‘INSERT’, ‘UPDATE’, ‘DELETE’])
exclude?string[]Columns to exclude from notifications
schemastringSchema name (default: ‘public’)
tablestringTable name