Closed tranhoangvuit closed 1 year ago
Initialize new client for supabase-go client.
Please link any relevant issues here.
Initial new client and start using db function like postgres-go
postgres-go
client, err := supabase.NewClient(API_URL, API_KEY, nil) if err != nil { fmt.Println("cannot initalize client", err) } data, count, err := client.From("countries").Select("*", "exact", false).Execute()
Add any other context or screenshots.
What kind of change does this PR introduce?
Initialize new client for supabase-go client.
What is the current behavior?
Please link any relevant issues here.
What is the new behavior?
Initial new client and start using db function like
postgres-go
Additional context
Add any other context or screenshots.