mongo-typescript-example
mongo-typescript-example copied to clipboard
How to update inner collection in mongodb by typeorm?
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