Skip to content

Instantly share code, notes, and snippets.

@PaulieScanlon
Created May 13, 2024 19:09
Show Gist options
  • Save PaulieScanlon/8f68b2c3ebfd2aa173e3c21433402207 to your computer and use it in GitHub Desktop.
Save PaulieScanlon/8f68b2c3ebfd2aa173e3c21433402207 to your computer and use it in GitHub Desktop.
Example Supabase query
supabase.from('users').select('name, country, email');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment