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
npm install @emigrate/mysqlpnpm add @emigrate/mysqlyarn add @emigrate/mysqlbun add @emigrate/mysql{ "dependencies": { "@emigrate/mysql": "*" }}Usage
npx emigrate new --plugin mysql create some fancy tablepnpm emigrate new --plugin mysql create some fancy tableyarn emigrate new --plugin mysql create some fancy tablebunx --bun emigrate new --plugin mysql create some fancy table{ "scripts": { "emigrate": "emigrate" }}deno task emigrate new --plugin mysql create some fancy tableFor more information see the new command’s documentation.