How to update inner collection in mongodb by typeorm?
vigneshwargupta opened this issue · 0 comments
vigneshwargupta commented
I am using TypeORM with mango db it is working fine but i have some requirement.
Add new inner item in and existing collection. How to do it?
update inner item value i the existing collection?
Can we use mongodb update operator like $addToSet?
Please help i need it urgent
Thanks in advance