Skip to content

MySQL Template Plugin

The MySQL Template Plugin creates new migration files with the .sql extension. In the same package you can find the MySQL Loader Plugin and the MySQL Storage Plugin.

Installation

Terminal window
npm install @emigrate/mysql

Usage

Terminal window
npx emigrate new --plugin mysql create some fancy table

For more information see the new command’s documentation.