Supabase Go Tables | Github Repo

This tool will generate a Go struct with the table names from your Supabase project.

Generate via CLI

npm install -g supabase-go-tables
        
npx supabase-go-tables

// make sure you are in the root folder where .env file is present

`SUPABASE_URL` and `SUPABASE_ANON_KEY` should be present in .env file

Generate Manually via API

Output