Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: supabase/postgres-meta
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.80.1
Choose a base ref
...
head repository: supabase/postgres-meta
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.81.0
Choose a head ref
  • 1 commit
  • 7 files changed
  • 2 contributors

Commits on May 24, 2024

  1. feat(typegen): Go Type Gen (#687)

    * feat(typegen): add route for go
    
    * feat(typegen): cleanup server.ts and set up local typegen for go
    
    * feat(typegen): create go table structs
    
    * feat(typegen): create go view/matview structs
    
    * feat(typegen): create go composite type structs
    
    * feat(typegen): go: handle range types
    
    * feat(typegen): go: test
    
    * feat(typegen): go: format
    
    * feat(typegen): separate go types by operation and add nullable types
    
    * feat(typegen): go: format
    
    * feat(typegen): go: handle empty tables
    
    * chore: update snapshot
    
    ---------
    
    Co-authored-by: Bobbie Soedirgo <bobbie@soedirgo.dev>
    isaacharrisholt and soedirgo authored May 24, 2024
    Configuration menu
    Copy the full SHA
    9b6a6af View commit details
    Browse the repository at this point in the history
Loading