FeatureFuel
3

Dashboard Enhancement: Add Edit and Delete actions for Database Views

Source: supabase/supabase#41491 · opened by @Franklyn-R-Silva
manual SQL intervention for common tasks. While Tables have direct "Edit" and "Delete" buttons in the UI, Views are missing these shortcuts. To modify a view, users must manually navigate to the SQL Editor and write DROP VIEW ... followed by CREATE VIEW ..., which is a repetitive and less efficient workflow. I would like to see dedicated action buttons/context menu options for Database Views within the Dashboard (Database > Views section), specifically: 1. Edit View: A shortcut that opens the SQL Editor pre-populated with the current CREATE OR REPLACE VIEW definition of that specific view, allowing for quick adjustments. 2. Delete View: A direct "Delete" button that triggers a confirmation modal to drop the view, eliminating the need to type manual SQL commands. The current alternative is manually inspecting the view definition via SQL or the table schema view and then switching to the SQL Editor to perform the update/deletion manually. …

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