Skip to content

Demonstrates a bug with Model.bulkCreate with {individualHooks: true, include: SubModel}

Notifications You must be signed in to change notification settings

Eyal-Benari/sequelize-bulk-create-bug

Repository files navigation

Demonstrates a bug with Model.bulkCreate with {individualHooks: true, include: SubModel}

Create local postgres instance (localhost:5432, username: "postgres", password: "postgres")

docker-compose up

Then run the following commands:

npm i
sequelize db:create
sequelize db:migrate
npm start

About

Demonstrates a bug with Model.bulkCreate with {individualHooks: true, include: SubModel}

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published