reading postgis points with supabase
I'm trying to query a
venue.location which is configured to be a geometry(point) in my schema. however, supabase returns this data as the "WKB" representation, e.g. 0101000020E6100000FB05BB61DBFA4340983270404BCA52C0. i'm trying to parse this out to be a GeoJSON object but coming up short with all the libs i chose. how do most people convert this object into something useful?