Open
Description
Is your feature request related to a problem? Please describe.
dbConnect can take a long time when connecting to a mysql server.
Describe the solution you'd like
Return database handle in callback OR maybe integrate magic coroutines.
I am very keen on us exploring the use of coroutines in MTA more, to prevent callbacks.