Feature request
Right now we only have Table Editor for concrete tables so we can directly view the data in supabase
Is your feature request related to a problem? Please describe.
Problem is we do not have table view editor for VIEWS.
Typically we want to create complex table query like relationship, but doesn't scale well in the frontend code where you will add this complex queries to your code. So the solution is to create a custom view and add that SQL query so in the client side the complexity has been abstract.
Describe the solution you'd like
Add a view editor page like table editor so we can view the output and navigate with paginate just like the table editor page.
We can also add a form page to create a view so we don't bloat the SQL page with different kinds of SQL Commands
Feature request
Right now we only have Table Editor for concrete tables so we can directly view the data in supabase
Is your feature request related to a problem? Please describe.
Problem is we do not have table view editor for
VIEWS.Typically we want to create complex table query like
relationship, but doesn't scale well in the frontend code where you will add this complex queries to your code. So the solution is to create a custom view and add that SQL query so in the client side the complexity has been abstract.Describe the solution you'd like
Add a view editor page like table editor so we can view the output and navigate with paginate just like the table editor page.
We can also add a form page to create a view so we don't bloat the SQL page with different kinds of SQL Commands