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.
Comments
Similar requests
Authenticated API Endpoint to Restart / Toggle Database On & Off Remotely
2 votes · 0 comments
Better support for (Materialized) Views
24 votes · 0 comments
How to synchronize databases, documents to vector databases
3 votes · 0 comments
Use the dashboard with any postgres role
1 vote · 0 comments
an way to reset/rollback project database to the first version
11 votes · 0 comments
No comments yet.