dresende / node-orm2

Object Relational Mapping
http://github.com/dresende/node-orm2
MIT License
3.07k stars 379 forks source link

How to update fields in joining table #774

Closed akshaykumar12527 closed 7 years ago

akshaykumar12527 commented 7 years ago

I am using Node-orm2 with MySql. All things are working fine but I am looking for an ORM feature through which I can update fields of joining table. Is there any function available? Or I need to use raw query?

Thanks.

dresende commented 7 years ago

Please read Model.hasMany and check back again if you have any doubts.

lawrencebensaid commented 3 years ago

Either I am missing something or this issue has not been answered. Can we get a response on this please?