Skip to content

Table View Editor for Creating View instead of table #2393

@sandbox-apps

Description

@sandbox-apps

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfrontendRelated to Supabase Dashboard

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions