Record update (tweet) #4808
ggreif
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As Motoko-coded canisters are proper databases, you often want to perform table joins.
You can use functional record updates to join and modify objects:
This will result in the timestamped joined fields of the given employee with its department.
Read more at: https://internetcomputer.org/docs/current/motoko/main/reference/language-manual#object-combinationextension.
Beta Was this translation helpful? Give feedback.
All reactions