sequelize-migrate

1.2.2 • Public • Published

sequelize-migrate

Standardised sequelize migration wrapper, takes a persistence.initialise function and a config object

Usage

  • Command line
cd my-cool-project/migrations && sequelize-migrate -u
cd my-cool-project/migrations && sequelize-migrate -c my-cool-new-migration
  • Programatically
const migrate = require('sequelize-migrate');
 
migrate(
    persistence, // persistence object with .initialise and .sequelise
    config, // database config
    action, // either 'up' or 'down'
    migrationPath, // full path to the existing migrations
    migration, // optional - migration to run
    callback
);

Package Sidebar

Install

npm i sequelize-migrate

Weekly Downloads

19

Version

1.2.2

License

none

Unpacked Size

7.18 kB

Total Files

8

Last publish

Collaborators

  • liam_oehlman
  • mauricebutler