Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upQuestions: Composite data types and foreign keys #347
Comments
This comment has been minimized.
|
They're simply i32 fields, treated like any other field. We don't take indexes into account. |
sgrif
closed this
May 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
flying-sheep commentedMay 27, 2016
•
edited
Hi, I’m confused how things play together.
I have a
Recordstruct with some fields and want to insert those fields’ values into anassigned_recordstable together with to some group key.is it possible to do this or do i need to create a relation table:
How do foreign keys in general work? do i get their relations represented in rust somehow or are they simply u32 fields and can be used in joins?