SQL queries in Supabase

Hello, I wanted to know how I could run the following SQL query if I'm using the Supabase JavaScript SDK:
SELECT * FROM project WHERE email = 'example@email.com';
Was this page helpful?