feat(mysql,postgres): automatically create the database if it doesn't exist (fixes #147)

This commit is contained in:
Joakim Carlstein 2024-05-29 15:56:21 +02:00 committed by Joakim Carlstein
parent aef2d7c861
commit 44426042cf
3 changed files with 129 additions and 2 deletions

View 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