node-flywaydb

3.0.7 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-flywaydb

Weekly Downloads

5,646

Version

3.0.7

License

Apache-2.0

Unpacked Size

30.3 kB

Total Files

10

Last publish

Collaborators

  • markgardner