0.1.3 • Published 7 years ago

sails-hook-migrate v0.1.3

Weekly downloads
12
License
MIT
Repository
github
Last release
7 years ago

Sails Hook Migrate

Uses DB Migrate to handle database migrations automatically when lifting sails.

Supported Databases:

  • MySQL
  • PostgreSQL
  • sqlite3
  • MongoDB

Dependencies (optional)

Highly recommended to use with sails-generate-migrate to create migration scripts from the command line.

npm i -S sails-generate-migrate

Installation

npm i -S sails-generate-migrate sails-hook-migrate

Usage

Create a migrations folder and run sails lift!

  • Create a migrations folder
  • sails lift

Migrate will detect the connection specified by your sails config and run migrate up. You can also override the connection settings in the configuration.

Configuration

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago