markgardner / node-flywaydb

NodeJs wrapper for flywaydb cli
Apache License 2.0
60 stars 26 forks source link

Support npm-style version wildcard syntax for Flyway CLI #40

Open michaelmarcus-ml opened 2 years ago

michaelmarcus-ml commented 2 years ago

Currently we can either pin the Flyway CLI to a specific version or always download the latest one. It would be nice if we could pin to major or minor versions using the npm version syntax.

Examples: