supabase-go icon indicating copy to clipboard operation
supabase-go copied to clipboard

Unofficial Supabase client library for Go.

Results 24 supabase-go issues
Sort by recently updated
recently updated
newest added

I want to get latest record,but i don't know how to query to meet such needs.

When i use DeleteBucket(), it panics because nil pointer error. The error is caused by this line https://github.com/nedpals/supabase-go/blob/master/storage.go#L166 It tries to access s.client, but is a nil pointer. The same...

Is there any target for using pgx or GORM support for this project?

Hello guys :) Are you planning to implement realtime updates?