can somebody tell me if a sequelize upsert works in sql server? I'm using, specifically, sql server version 2012.
I'm confused because, in the sequelize docs, they state implementation details for:
MySQL, PostgresSQL and SQLite, but not include sql server in the list.
So, I'm curious if it is posible to do an upsert when using sql server (2012).
UPSERT is now supported on MSSQL using MERGE statement
http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html
It's work on MSSQL, I've used upsert on my expressJs that using MSSQL as database.
You can see that here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With