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 upIs `HasMany!` still required for joins? #833
Comments
This comment has been minimized.
It's documented at http://docs.diesel.rs/diesel/associations/index.html
No
This is the same as all other derives
Unsure why this is something that you have a problem with?
Not using it. All |
sgrif
closed this
Mar 31, 2017
This comment has been minimized.
jnferner
commented
Mar 31, 2017
•
|
That was quick! Thank you for your help. Really enjoying diesel so far :) |
jnferner commentedMar 31, 2017
The macro HasMany!
structsdifferent afterwards?)#[table_name(name)]vs#[table_name="name"])structto bepub, e.g.The last point makes me very uncomfortable with the macro, As I have many 1:n relations in my database.
Is there an alternative?
Did I understand something wrong?