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.
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.
Comments
Similar requests
Table Editor Schema View - Collapse Partitioned Tables
2 votes · 0 comments
Multiple foreign tables in a single "or" statement
14 votes · 0 comments
Add Groups + Favorites to Table Editor
2 votes · 0 comments
Subscribing to Views (in addition to Tables)
4 votes · 0 comments
Native Google Sheets Integration with Supabase (Two-Way Sync)
1 vote · 0 comments
No comments yet.