Accessing Data Across Modules #170
rezabayati1
started this conversation in
General
Replies: 1 comment 2 replies
-
You can have a read module and create queries there that join users and posts and anything you want. Discussed briefly here #133 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
Let's consider a scenario where we have two separate modules: the user module and the posts module. The user module contains information about users, while the posts module holds information about posts made by these users. Now, the challenge is to retrieve users along with their corresponding posts from the user module.
Could anyone share their insights or experiences on this topic? It would be helpful to see some example code or suggestions on how to achieve this efficiently
Beta Was this translation helpful? Give feedback.
All reactions