Skip to content

EnableRealtimeRequest

Request to enable realtime on a table

Property Type Description
events? ("DELETE" | "INSERT" | "UPDATE")[] Events to track (default: [‘INSERT’, ‘UPDATE’, ‘DELETE’])
exclude? string[] Columns to exclude from notifications
schema string Schema name (default: ‘public’)
table string Table name