Export entire Supabase Schema into txt or json
Hey guys,
I am working/trying to create projects for my own with nextjs and supabase since about one year. Currently relying on windsurf, which is awesome. Most times i struggle with connecting nextjs project with supabase. So far, i made the entire auth process running with the middleware to protect pages based on user type. For the database/ table task i.e. fetching data from the right tables and the crud operations i am struggling hard.
To overcome these problems i would like to kind of extract my database schema in a GPT friendly format (for example txt, json or sql code) and just pass it through to windsurf. I know it works with the local supabase environment, but i failed to install it multiple times, that's why i decided to work only with the webinterface of supabase.
Is it possible to export my schema from my supabase webinterface/ online dashboard?
I am working/trying to create projects for my own with nextjs and supabase since about one year. Currently relying on windsurf, which is awesome. Most times i struggle with connecting nextjs project with supabase. So far, i made the entire auth process running with the middleware to protect pages based on user type. For the database/ table task i.e. fetching data from the right tables and the crud operations i am struggling hard.
To overcome these problems i would like to kind of extract my database schema in a GPT friendly format (for example txt, json or sql code) and just pass it through to windsurf. I know it works with the local supabase environment, but i failed to install it multiple times, that's why i decided to work only with the webinterface of supabase.
Is it possible to export my schema from my supabase webinterface/ online dashboard?