All Projects → sequelize → Cli

sequelize / Cli

Licence: mit
The Sequelize CLI

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cli

Typescript Express Sequelize
Easily bootstrap your NodeJS project with Express, Sequelize and Typescript 👍
Stars: ✭ 129 (-94.26%)
Mutual labels:  sequelize
Flask Migrate
SQLAlchemy database migrations for Flask applications using Alembic
Stars: ✭ 1,971 (-12.32%)
Mutual labels:  migrations
Typeorm Nestjs Migration Example
"Example of how to use migrations feature of TypeORM with NestJS.
Stars: ✭ 176 (-92.17%)
Mutual labels:  migrations
Open Rest
Standard rest server, Base on restify and sequelize
Stars: ✭ 136 (-93.95%)
Mutual labels:  sequelize
Node Express Postgresql Sequelize
Node.js, Express.js, Sequelize.js and PostgreSQL RESTful API
Stars: ✭ 148 (-93.42%)
Mutual labels:  sequelize
Postgres Migrations
🐦 A Stack Overflow-inspired PostgreSQL migration library with strict ordering and immutable migrations
Stars: ✭ 161 (-92.84%)
Mutual labels:  migrations
Nestjs Sequelize Jwt
Nest + Sequelize + jwt
Stars: ✭ 127 (-94.35%)
Mutual labels:  sequelize
Laravel Migrate Fresh
An artisan command to build up a database from scratch
Stars: ✭ 179 (-92.04%)
Mutual labels:  migrations
Request Migrations
HTTP Request Migrations for API Versioning like Stripe
Stars: ✭ 149 (-93.37%)
Mutual labels:  migrations
Django Swappable Models
Swapper - The unofficial Django swappable models API.
Stars: ✭ 169 (-92.48%)
Mutual labels:  migrations
Sequelize Transparent Cache
Simple to use and universal cache layer for Sequelize
Stars: ✭ 137 (-93.91%)
Mutual labels:  sequelize
Sequelize Ui
Browser-based GUI for previewing and generating Sequelize project files.
Stars: ✭ 142 (-93.68%)
Mutual labels:  sequelize
Sequelize Typescript
Decorators and some other features for sequelize
Stars: ✭ 2,200 (-2.14%)
Mutual labels:  sequelize
Forest Express Sequelize
🌱 Express/Sequelize Liana for Forest Admin
Stars: ✭ 134 (-94.04%)
Mutual labels:  sequelize
Feathers Sequelize
A Feathers service adapter for the Sequelize ORM. Supporting MySQL, MariaDB, Postgres, SQLite, and SQL Server
Stars: ✭ 176 (-92.17%)
Mutual labels:  sequelize
Goose
A database migration tool. Supports SQL migrations and Go functions.
Stars: ✭ 2,112 (-6.05%)
Mutual labels:  migrations
Express Typescript Boilerplate
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Stars: ✭ 2,293 (+2%)
Mutual labels:  migrations
Connect Session Sequelize
Sequelize SessionStore for Express/Connect
Stars: ✭ 179 (-92.04%)
Mutual labels:  sequelize
Next Postgres Sequelize
React 16.8.4 + NextJS 8.0.3 + Emotion + Sequelize 5/Postgres + Passport Local Auth + Google App Engine or Heroku Deployment
Stars: ✭ 176 (-92.17%)
Mutual labels:  sequelize
Finale
Create flexible REST endpoints and controllers from Sequelize models in your Express app
Stars: ✭ 167 (-92.57%)
Mutual labels:  sequelize

sequelize/cli npm version CI

The Sequelize Command Line Interface (CLI)

Table of Contents

Installation

Make sure you have Sequelize installed. Then install the Sequelize CLI to be used in your project with

npm install --save-dev sequelize-cli

And then you should be able to run the CLI with

npx sequelize --help

Usage

Sequelize CLI [Node: 10.21.0, CLI: 6.0.0, ORM: 6.1.0]

sequelize <command>

Commands:
  sequelize db:migrate                        Run pending migrations
  sequelize db:migrate:schema:timestamps:add  Update migration table to have timestamps
  sequelize db:migrate:status                 List the status of all migrations
  sequelize db:migrate:undo                   Reverts a migration
  sequelize db:migrate:undo:all               Revert all migrations ran
  sequelize db:seed                           Run specified seeder
  sequelize db:seed:undo                      Deletes data from the database
  sequelize db:seed:all                       Run every seeder
  sequelize db:seed:undo:all                  Deletes data from the database
  sequelize db:create                         Create database specified by configuration
  sequelize db:drop                           Drop database specified by configuration
  sequelize init                              Initializes project
  sequelize init:config                       Initializes configuration
  sequelize init:migrations                   Initializes migrations
  sequelize init:models                       Initializes models
  sequelize init:seeders                      Initializes seeders
  sequelize migration:generate                Generates a new migration file      [aliases: migration:create]
  sequelize model:generate                    Generates a model and its migration [aliases: model:create]
  sequelize seed:generate                     Generates a new seed file           [aliases: seed:create]

Options:
  --version  Show version number                                                  [boolean]
  --help     Show help                                                            [boolean]

Please specify a command

Contributing

All contributions are accepted as a PR.

  • You can file issues by submitting a PR (with test) as a test case.
  • Implement new feature by submitting a PR
  • Improve documentation by submitting PR to Sequelize

Please read the contributing guidelines.

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].