@microcode/flywaydb-cli

0.5.3-5.2.4 • Public • Published

flywaydb-cli

A simple script installer for flywaydb cli

Usage Examples

"scripts": {
  "migrate": "flyway -X -configFile=conf/flyway.conf migrate"
}
"scripts": {
  "migrate": "flyway -X -user=postgres -schemas=public,another migrate"
}

Motivation

After looking into a couple other packages and having issues with JS wrappers. I decided to simply install flyway command-line tools from source and make it usage in npm.

Installation

npm i -S flywaydb-cli

CMD Reference

This simple installs the latest flyway command-line tools from source. All the auguments that flyway allows are available.

Tests

TODO

Contributors

Maintainer/Publisher sgraham785

Thank you to:

markgardner for the inspiration node-flywaydb

LiranBri for the updated source installer

License

Apache-2

Package Sidebar

Install

npm i @microcode/flywaydb-cli

Weekly Downloads

5

Version

0.5.3-5.2.4

License

Apache-2.0

Unpacked Size

30.1 kB

Total Files

13

Last publish

Collaborators

  • jsvennevid