Joins, include and select #339
Replies: 3 comments
-
@rifay-next99 select and include are only supported in version 4.0. You should use version 4.0.0-beta. (The official version will be released soon, and two bugs will be fixed before it is released). I wish you happy. |
Beta Was this translation helpful? Give feedback.
-
What about the joins. how to join and get the data from two toble. if i use rawQuery is givs only string format |
Beta Was this translation helpful? Give feedback.
-
@rifay-next99 You should use the Fluent API to get relational data (in 3.x versions)
|
Beta Was this translation helpful? Give feedback.
-
Im using orm in dart_frog. i want to join and. select particular data. in this prisma client these method is not found. but while using in nodejs is present why?
Beta Was this translation helpful? Give feedback.
All reactions