supabase-community / supabase-go

A Go Client library for Supabase
MIT License
125 stars 8 forks source link

Library does not support go contexts for timeout handling etc #7

Open assembly-winston opened 4 months ago

assembly-winston commented 4 months ago

Chore

Go-idiomatic libraries use context.Context as an argument in most API calls, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. This library should too.