Skip to content

MySQL Generator

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

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.