feat(mysql): implement the first version of the MySQL plugin package
This commit is contained in:
parent
a8db22680e
commit
334e2099bb
6 changed files with 604 additions and 0 deletions
5
.changeset/big-cats-yell.md
Normal file
5
.changeset/big-cats-yell.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@emigrate/mysql': minor
|
||||
---
|
||||
|
||||
Implement the first version of the MySQL plugin package. It's three plugins in one: a storage plugin for storing migration history in a MySQL database, a loader plugin for executing migration files written in plain sql and a generator plugin for generating migration file skeletons with the .sql extension.
|
||||
Loading…
Add table
Add a link
Reference in a new issue