3.0.7 • Published 3 years ago

node-flywaydb v3.0.7

Weekly downloads
2,746
License
Apache-2.0
Repository
github
Last release
3 years ago

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

3.0.7

3 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.0

4 years ago

2.1.2

4 years ago

2.1.3

4 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago