fix(mysql): close database connections gracefully when using Bun

This commit is contained in:
Joakim Carlstein 2024-06-24 15:50:50 +02:00 committed by Joakim Carlstein
parent cf620a191d
commit 57498db248
4 changed files with 52 additions and 24 deletions

View file

@ -0,0 +1,5 @@
---
'@emigrate/mysql': patch
---
Unreference all connections when run using Bun, to not keep the process open unnecessarily long