Created
October 11, 2023 21:02
-
-
Save domosedov/16a0147415502080bb0e5b0be37962a4 to your computer and use it in GitHub Desktop.
Supabase Tips
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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