sequelize-embed
sequelize-embed copied to clipboard
Easily insert and update sequelize models with deeply nested associations
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/wsiegenthaler/test/github/6123431c-a25f-4dc1-a827-5dc63cd6ea5e/master..snyk-fix-b72d862527b5a1a91f6b6a78470313bb) for more details. #### Snyk Project: [Wsiegenthaler/sequelize-embed:package.json](https://app.snyk.io/org/wsiegenthaler/project/6123431c-a25f-4dc1-a827-5dc63cd6ea5e) ####...
Hello, Am I correct in assumption that update of association defined using belongsToMany method is not implemented yet? I have checked the code of embed.js file and I can see...
It would be great if the options parameter would include sequelize options like `fields` and `where` to be used on the base root query. So, for instance, adding `embed.update(User, user,...