db-migrate : Database migration framework for node.js. You can installing db-migrate npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install db-migrate $ sudo npm install -g db-migrate
If want to update the db-migrate package execute the command as below,
$ sudo npm update db-migrate
Update package globally,
$ npm install -g db-migrate
$ sudo git clone https://github.com/rektide/db-migrate.git
$ sudo npm install -g ./db-migrate
db-migrate@0.10.0 /usr/lib/node_modules/db-migrate
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall db-migrate
Package Name | db-migrate |
Version | 0.10.0 |
Description | Database migration framework for node.js |
Released Date | 2017-11-22T16:35:45.578Z |
Published by | wzrdtales |
How to Learn | https://www.npmjs.com/package/db-migrate/tutorial |