FeatureFuel
4

Subscribing to a table doesn't load relationships to other tables

Source: supabase/supabase#422 · opened by @kenmueller
Feature request


Is your feature request related to a problem? Please describe.


Subscribing to a table doesn't load relationships to other tables. This is unlike selecting elements from a table, where relationships are loaded normally.

Describe the solution you'd like

I'd like for relationships to be loaded when a table is subscribed to, just like selecting elements with .select(...).

Describe alternatives you've considered

I've considered subscribing to the entire relationship table, but that's unfeasible. I've also considered selecting the row in other table once I get the INSERT event, but that's also unfeasible.

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