-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
join queries with mito #103
Comments
test code:
Normally there is built-in accessor to You can add an accessor yourself.
Was that your goal or it was to only get a warehouse.location data? |
@vindarel Thanks, and yes that was my goal, I kinda figured it out later to use (mito:select-dao 'boxes (mito:includes 'warehouses)) This works for my use case |
Can you please close the issue if there is nothing else needed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a table schemas like the below:
How can I fetch the list of boxes along with their warehouse names, it is pretty straigthforward with sql or sxql, but I want to know how can we do this with mito?
The text was updated successfully, but these errors were encountered: