feat(mysql,postgres): automatically create the database if it doesn't exist (fixes #147)
This commit is contained in:
parent
aef2d7c861
commit
44426042cf
3 changed files with 129 additions and 2 deletions
6
.changeset/seven-wasps-happen.md
Normal file
6
.changeset/seven-wasps-happen.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'@emigrate/postgres': minor
|
||||
'@emigrate/mysql': minor
|
||||
---
|
||||
|
||||
Automatically create the database if it doesn't exist, and the user have the permissions to do so
|
||||
Loading…
Add table
Add a link
Reference in a new issue