A MySQL Workbench plugin that allows for exporting a model to Knex migrations. This plugin will be useful while porting from someother framework to any frameworks that uses Knex library. When exported, each migration is generated and saved in it's own, properly named, migration file.
1.0.0
This plugin requires MySQL Workbench to work properly. You can download it here.
And of course this plugin is open source with a public repository on GitHub.
- MySQL Workbench > Scripting > Install Plugin/Module
- Select the plugin file
- Click Open
- Open a model in MySQL Workbench
- Tools > Catalog > Export Knex Migration
Want to contribute? Sure! Go ahead change almost anything.
Thanks to all without whom this MySQL Workbench plugin for exporting AdonisJS migrations wouldn't have been possible.
Mahendaran Elangovan (ME-Studio) Martin Bórik - modification to Knex ES6 lambda notation
The MIT License (MIT)