zernonia / supabase-schema

Secured & Simple Supabase Schema Visualizer
https://supabase-schema.vercel.app/
MIT License
809 stars 47 forks source link

Sort types & export by default #5

Open kbsali opened 2 years ago

kbsali commented 2 years ago

When exporting types, it would be nice to make sure they are alpha-sorted so the diff between 2 versions are more readable. Also, wouldn't it be better to export them all by default?

zernonia commented 2 years ago

I'm keeping the type's order similar to the table, so that user can reference it easier. I'm not sure what does compare between 2 versions means.

Also, wouldn't it be better to export them all by default?

"Export them" as in auto copy to clipboard?