sails-hook-sequelize icon indicating copy to clipboard operation
sails-hook-sequelize copied to clipboard

Sails.js hook to use sequelize ORM

Results 8 sails-hook-sequelize issues
Sort by recently updated
recently updated
newest added

Any plan to support Sequelize 6? Sequelize 7 is in preparation 🤓

merge sails models again, in order to add hook`s model before init all models.

Allows to define global values to set for all models. ### Description, Motivation and Context I found myself where I have a certain column for all of my Models, repeadetly...

Your docs/README.md mention clsNamespace, but there's nothing that indicated what it means, nor why it should be set. The default (looking at code) seems to be sails-sequelize but the docs...

### Description, Motivation and Context Adds support for sharing model definitions between multiple sequelize datasources automatically. ### What is the current behavior? Models can only be created for a single...

**Is your feature request related to a problem? Please describe.** My organization is creating a multitenant application using Sails, with Sequelize as our ORM to connect to existing database(s). Our...

New feature

I'm trying to use [Sequelize CLI ](https://github.com/sequelize/cli) with sails, and then I run `sequelize db:drop` - it gives me an error: > Sequelize CLI [Node: 8.7.0, CLI: 3.0.0, ORM: 4.13.6]...

I found a options bug, following. sails-hook-sequelize\index.js ![image](https://github.com/KSDaemon/sails-hook-sequelize/assets/155292477/ba3443de-f547-444b-951d-96ae430af70d) Worked logging, after added line 126,127. I could set options other than string type option.