Gathering detailed insights and metrics for sequelize-cli-ts
Gathering detailed insights and metrics for sequelize-cli-ts
Gathering detailed insights and metrics for sequelize-cli-ts
Gathering detailed insights and metrics for sequelize-cli-ts
sequelize-cli
The Sequelize CLI
umzug
Framework-agnostic migration tool for Node
sequelize
Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more.
sequelize-pool
Resource pooling for Node.JS
npm install sequelize-cli-ts
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Node Version
NPM Version
2,534 Stars
1,060 Commits
525 Forks
37 Watching
12 Branches
99 Contributors
Updated on 27 Nov 2024
JavaScript (99.75%)
TypeScript (0.18%)
Shell (0.07%)
Cumulative downloads
Total Downloads
Last day
-79.1%
23
Compared to previous day
Last week
-23.8%
314
Compared to previous week
Last month
24.1%
1,155
Compared to previous month
Last year
1.9%
6,929
Compared to previous year
The Sequelize Command Line Interface (CLI)
Make sure you have Sequelize installed. Then install the Sequelize CLI to be used in your project with
1npm install --save-dev sequelize-cli
And then you should be able to run the CLI with
1npx sequelize --help
1Sequelize CLI [Node: 10.21.0, CLI: 6.0.0, ORM: 6.1.0] 2 3sequelize <command> 4 5Commands: 6 sequelize db:migrate Run pending migrations 7 sequelize db:migrate:schema:timestamps:add Update migration table to have timestamps 8 sequelize db:migrate:status List the status of all migrations 9 sequelize db:migrate:undo Reverts a migration 10 sequelize db:migrate:undo:all Revert all migrations ran 11 sequelize db:seed Run specified seeder 12 sequelize db:seed:undo Deletes data from the database 13 sequelize db:seed:all Run every seeder 14 sequelize db:seed:undo:all Deletes data from the database 15 sequelize db:create Create database specified by configuration 16 sequelize db:drop Drop database specified by configuration 17 sequelize init Initializes project 18 sequelize init:config Initializes configuration 19 sequelize init:migrations Initializes migrations 20 sequelize init:models Initializes models 21 sequelize init:seeders Initializes seeders 22 sequelize migration:generate Generates a new migration file [aliases: migration:create] 23 sequelize model:generate Generates a model and its migration [aliases: model:create] 24 sequelize seed:generate Generates a new seed file [aliases: seed:create] 25 26Options: 27 --version Show version number [boolean] 28 --help Show help [boolean] 29 30Please specify a command
All contributions are accepted as a PR.
Please read the contributing guidelines.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
SAST tool is run on all commits
Details
Reason
8 existing vulnerabilities detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More