How to fetch nested responses in a select #4032
Unanswered
Gabriel-Passoss
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using drizzle to make my queries, and in one of the queries I need to perform checks on foreign tables. From what I've researched, this type of query is a limitation of the ORM-based query. How would I be able to bring data from the database with the following formatting:
member: { user: { ...data } }, product: { ...data },
Beta Was this translation helpful? Give feedback.
All reactions