Skip to content

Instantly share code, notes, and snippets.

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