Skip to content

Instantly share code, notes, and snippets.

@PaulieScanlon
Created April 25, 2024 19:27
Show Gist options
  • Save PaulieScanlon/1d0c2249dd2e0f86dc4f5421402792cc to your computer and use it in GitHub Desktop.
Save PaulieScanlon/1d0c2249dd2e0f86dc4f5421402792cc to your computer and use it in GitHub Desktop.
Example of Supabase JavaScript query
supabase.from('users').select('first_name, country, email');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment