Yet another abstract database migration toolkit for Node.js. Since it is written with ES2017 and Flow awesomeness, it requires Node.js >= 7.6 (however, it may be transpiled down to ES5 with the ugly RegeneratorRuntime bloat).
The API is a bit similar to https://github.com/tj/node-migrate.
npm install --save @motet-a/migrate
There is no fancy documentation, but don’t worry, the source code explains exactly what it does!