- 000
Your Question
Not sure if I'm missing something here.
We spend time defining associations (many-to-many, etc.). I'm assuming Gorm now knows how the models associate with one another.
I'm trying to build a query like so - get the values of some table A based on some values in table B after joining:...