Is it possible to use spatial queries in supabase-js?

I have a records table which has geometry against them, and I want to query my database for records that are within a specific geometry using ST_Within or any other PostGIS functions. Is this not a possibility? I can't seem to find anything on it, any resources or docs would be useful. Thanks
Was this page helpful?