Skip to content

Instantly share code, notes, and snippets.

@domosedov
Created October 11, 2023 21:02
Show Gist options
  • Save domosedov/16a0147415502080bb0e5b0be37962a4 to your computer and use it in GitHub Desktop.
Save domosedov/16a0147415502080bb0e5b0be37962a4 to your computer and use it in GitHub Desktop.
Supabase Tips
// v1
const { data, error } = await supabase
.from('messages')
.select('*, users!inner(*)')
.eq('users.username', 'Jane')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment