Record update (tweet) #4808
ggreif
started this conversation in
Show and tell
Replies: 1 comment
-
Scheduled for Dev Twitter post on 4/4 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
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