sequelize.js

Sequelize.js

Introduction Requirements Installation Manually Package manager Usage Plain sequelize wrapper Express middleware Fields Options include config options config Options examples End to end examples Source code Results References Introduction This package is in the form of Sequelize.Client.prototype.query wrapper whose purpose is to augment a SQL statement right before execution, with information about the controller and user code to help correlate them with SQL statements emitted by Sequelize. »