mysql-workbench-export-adonisjs-migrations
mysql-workbench-export-adonisjs-migrations copied to clipboard
A MySQL Workbench plugin which exports all Model to AdonisJS Migrations. Will be useful if you're porting from someother framework to AdonisJS or any frameworks that uses Knex library.
MySQL Workbench Export AdonisJS/Knex Migrations Plugin
A MySQL Workbench plugin that allows for exporting a model to AdonisJS migrations that follow PSR-2 coding standards. This plugin will be useful while porting from someother framework to AdonisJS or any frameworks that uses Knex library. When exported, each migration is generated and saved in it's own, properly named, migration file.
Version
1.0.0
Tech
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.
Installation
- MySQL Workbench > Scripting > Install Plugin/Module
- Select the plugin file
- Click Open
Usage
- Open a model in MySQL Workbench
- Tools > Catalog > Export AdonisJS Migration
Development
Want to contribute? Sure! Go ahead change almost anything.
Thanks
Thanks to all without whom this MySQL Workbench plugin for exporting AdonisJS migrations wouldn't have been possible.
Todos
-
Create a single plugin which can migrate for adonisjs, laravel etc (For laravel migrations).
-
Add migrations for frameworks which allows migrations.
-
Create plugin for SQLPro.
-
Make everything standalone.
Developed By
Mahendaran Elangovan (ME-Studio)
License
The MIT License (MIT)
Feel Free To Dig In