Sails Hook Sequelize
JSON →A Sails.js hook that integrates Sequelize ORM as the database layer, replacing the default Waterline ORM. Version 2.0.1 is the latest stable; it requires Node >=12 and supports Sequelize 6+. Unlike Waterline, this hook provides direct access to Sequelize models and associations, enabling complex SQL queries, transactions, and raw database features. It requires disabling the built-in ORM and pubsub hooks, and models must follow a specific structure with an `options` key and optional `associations` function. Released under MIT, maintained by KSDaemon.
Resources
packagesails-hook-sequelize ↗
API endpoints
full doc /v1/registry/sails-hook-sequelize