This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@john.redd/node-flywaydb

3.0.3 • Public • Published

This is a fork of Mark Gardner's project (https://github.com/markgardner/node-flywaydb). All credit goes to him for this project. I found my Windows Machine defaulting to use of WSH instead of node when trying to execute the flyway command because of a lack of the .js extension in the original project. The following is written by the original author, Mark Gardner.

node-flywaydb

NodeJs wrapper for flywaydb cli

Motivation

I found myself wanting to use flyway on my build systems and dreading installing and maintaining the cli with all of the PATH requirements. This simple wrapper will download the latest Flyway cli on install and provide a hook for your package scripts.

Example package script

"scripts": {
  "migrate": "flyway -c conf/flyway.js migrate"
}

See Example config file for inspiration

/@john.redd/node-flywaydb/

    Package Sidebar

    Install

    npm i @john.redd/node-flywaydb

    Weekly Downloads

    1

    Version

    3.0.3

    License

    Apache-2.0

    Unpacked Size

    30.3 kB

    Total Files

    10

    Last publish

    Collaborators

    • john.redd