FeatureFuel
2

postgres_changes on both insert and update at once

Source: supabase/supabase#23270 · opened by @pierroo
I know we can subscribe to "*" events for postgres_changes; however this also contains the DELETE event which has no filter and is triggered regardless so completely useless.

for that reason I was wondering, is there anyway to subscribe to INSERT and UPDATE within the same subscriber instead of creating two listeners for the sake of simplicity?

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests