by __sora___
Hello I am new to both Go and Supabase. I chose both of these tools so I can learn them both while working on my hobby project. I want to know how I can write Go functions to perform basic CRUD operations on my Supabase Postgres
sora_ is seeking documentation to learn how to use Supabase Postgres with a Go backend, specifically focusing on performing CRUD operations. They are new to both Go and Supabase and are exploring options like community libraries and Postgres drivers such as 'lib/pq' and 'pgx'.
So i think there are two options, there is a community library for using go with supabase here https://github.com/supabase-community/supabase-go (not sure how well maintained it is) but you mentioned using the session pool so why not use a driver for postgres in go https://github.com/lib/pq
I got suggested this somewhere :github.com/jackc/pgx/v5
Could be a LLM too iam not sure