nedpals / supabase-go

Unofficial Supabase client library for Go.
https://pkg.go.dev/github.com/nedpals/supabase-go
MIT License
380 stars 73 forks source link

SQL: Is it possible to work with raw SQL in this library? #54

Open stav opened 5 months ago

stav commented 5 months ago

Is there a way to see the raw SQL that gets sent to Postgres?

Also how would I go about being able to supply raw SQL to the request engine?