supabase-community / postgres-new

In-browser Postgres sandbox with AI assistance
https://database.build
Apache License 2.0
2.36k stars 187 forks source link

Ability to show all schemas in the DB instead of just `public` #122

Open thenonameguy opened 2 days ago

thenonameguy commented 2 days ago

https://github.com/supabase-community/postgres-new/blob/f1dcb5c72b834e8ec9a74e1b875c1762f109bcba/apps/postgres-new/components/ide.tsx#L160

I'm using database.build to showcase my data migration tooling, which creates it's own DB objects in the schemamap schema. For clarity, it would be great if the SchemaGraph viewer would (optionally?) allow visualizing certain/all schemas.

gregnr commented 2 days ago

Great suggestion. This would probably be a good use case for @fsansalvadore's multi-select 😄