supabase-schema icon indicating copy to clipboard operation
supabase-schema copied to clipboard

Secured & Simple Supabase Schema Visualizer

Results 17 supabase-schema issues
Sort by recently updated
recently updated
newest added

Can you please make a schema maker where we just the diagram and your website automatically generates the database for us. Isn't it possible.

- suggested by [@emileond](https://twitter.com/emileond),

enhancement

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

enhancement

In abscense of a mouse, it is not possible to pan in the app's canvas using the laptop's touchpad. I am using an HP laptop (Winx64). Possible solution: Spacebar+LeftClick or...

I have a subjects array column in my table, and when I tried to export types I got `subjects: any // type unknown;` instead of e.g. `subjects: string[]`

Hi, I have a project that uses numerous schemas (other than just public) and believe that there should be support for schemas that aren't named 'public'.

It would be nice to also display the description of the columns in the visualization. It could be a tooltip after hover.

```sql create table questions_new_free_assessment ( id bigint not null primary key, inserted_at timestamp default now() not null, updated_at timestamp default now() not null, question_text text not null, question_description text, **type...

Hello! First of all, this is a fantastic project. Thanks for making it, and for making is open source 😄 I have a feature request that I'd like your opinion...