Currently migrations and table creation is always performed using sync drivers.
At some point we might want to consider how we can properly integrate the async drivers all the way through, in order to have low-dependency installs, and in order to make sure we're using the same drivers both for migration operations and for regular interactions.
There's no performance reasons for doing so, but it'd be nice if we had comprehensive support for the full set of possible database operations.
Reactions are currently unavailable
Currently migrations and table creation is always performed using sync drivers.
At some point we might want to consider how we can properly integrate the async drivers all the way through, in order to have low-dependency installs, and in order to make sure we're using the same drivers both for migration operations and for regular interactions.
There's no performance reasons for doing so, but it'd be nice if we had comprehensive support for the full set of possible database operations.