sequelize / express-example

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

How to use the transaction? #103

Closed kiaxseventh closed 4 years ago

kiaxseventh commented 4 years ago

When I use a transaction i have this error logs like this :

Sequelize.transaction is not a function sequelize.transaction is not a function

papb commented 4 years ago

You can find examples on how to use transactions in the Transaction Manual.

If you still have questions, please ask on Stack Overflow.

Good luck :)