1
Extension to the current "Copy as Markdown" function
Source: supabase/supabase#46108 · opened by @peanutsee
Currently, the "Copy as Markdown" function in the Schema Visualizer generates a SCHEMA.md file that acts as a fantastic single source of truth for database structure, detailing tables, entity relationships, and data validation rules. However, two critical components of a PostgreSQL/Supabase architecture are missing from this output: Custom Types/Enums and Row Level Security (RLS) Policies. Because policies dictate how data is accessed and protected, and enums define strict data categories, their absence means the generated Markdown is an incomplete representation of the schema. Developers currently have to manually document these or run separate SQL queries to maintain a true single source of truth. Describe the solution you'd like I would love to see the "Copy as Markdown" feature extended to automatically append sections for Enums and Policies associated with the visualized tables. Ideally, the generated SCHEMA.md would include: Enums: A list of…
No pledges yet. Be the first to back this.
Comments
Similar requests
Feature Request: Add Copy & Paste Functionality for Generated Types in Supabase Dashboard
3 votes · 0 comments
Add new pg_bm25 full-text-search postgres extension
59 votes · 0 comments
Add PL/PRQL extension
6 votes · 0 comments
Can Not Install Extension Pg_partman
2 votes · 0 comments
Improve Column Name Copying and Visibility in Tables
1 vote · 0 comments
No comments yet.