Beerus-samaB
Convex Community4mo ago
6 replies
Beerus-sama

what is the BEST way to do left-join query like in Convex?

schema:
users { userId, name }
post { postId, userId, post }

relationship:
users.userId = post.userId

query:
get all post with user.name on it.

HELP.
(best/fastest and convex approach)
Was this page helpful?