cli
cli copied to clipboard
The Sequelize CLI
## What you are doing? I wanted to access all models from a single file so I used the index.js file in the models directory and accessed them like so...
## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...
**Description:** I would like to propose a feature enhancement to support a more flexible and organized migration directory structure in Sequelize, along with improvements in the configuration setup. The current...
```shell > npx sequelize-cli db:migrate Sequelize CLI [Node: 18.17.0, CLI: 6.6.0, ORM: 6.31.1] Loaded configuration file "config/config.json". Using environment "development". node:internal/crypto/hash:107 throw new ERR_INVALID_ARG_TYPE( ^ TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument...
## What you are doing? seeding a single file, then undo it ## What do you expect to happen? undo to find the seding ## What is actually happening? No...
I am going to use sequelize cli but the issue is when I install npx to be able to do the following `npx sequelize-cli db:migrate` we get a lot of...
Guys, I'm starting to study NodeJS, I really like studying with the documentation, and I noticed that the Sequelize documentation is missing many technical details that often need to be...
## What you are doing? I'm trying to run `npx sequelize-cli db:migrate --env production` on an Elastic Beanstalk Node.js instance. The database settings are ```js "production": { "username": "process.env.RDS_USERNAME", "password":...
### Pull Request check-list _Please make sure to review and check all of these items:_ - [x] Does `npm run test` pass with this change (including linting)? - [ ]...