FeatureFuel
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.

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