sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 770 forks source link

upsert route #108

Open golimarrrr opened 4 years ago

golimarrrr commented 4 years ago

There are get, create, update and remove routes, but none that makes use of Sequelize's upsert, and it's not the same operation as create+update. Could you add it to the example code?

papb commented 4 years ago

Hello! Ok, I will do that!

Thanks for the issue.