Skip to content

Instantly share code, notes, and snippets.

@dmaii
Created October 3, 2014 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmaii/b02a232f0ffdd62a2676 to your computer and use it in GitHub Desktop.
Save dmaii/b02a232f0ffdd62a2676 to your computer and use it in GitHub Desktop.
db.sequelize.transaction(function(t) {
userModel.destroy({ id: 1}, { transaction: t }).success().error(function(errors) {
console.log(errors);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment