sequelize for NodeJS: are these features supported?
Here are some questions about features supported by sequelize ( sequelize project site ) that I would like to clear up before deciding whether or not to use it: Chaining (efficiency): when chaining multiple queries, are these collected into one request to the database (as a batch of operations), or is each one sent separately? Chaining (success/error): when chaining multiple queries, when is the success event emitted and what happens on error? Is "success" emitted only if all operations succeeded? And if there was an error, does it rollback all operations (i.e. are the chained operations