Module: Supabase::Realtime::Types::PostgresChangesEvent

Defined in:
lib/supabase/realtime/types.rb

Overview

Postgres-change event filters callers pass to Channel#on_postgres_changes. “*” subscribes to all three events.

Constant Summary collapse

ALL =
"*"
INSERT =
"INSERT"
UPDATE =
"UPDATE"
DELETE =
"DELETE"