Preparations for async multi connection#295
Conversation
…r to match other implementations and allow AsyncMultiConnection
weiznich
left a comment
There was a problem hiding this comment.
Thanks for opening this PR. The changes look good to me, although I would like to wait with merging them until the second part (changes to the derive) is also done.
|
Hi, I've pushed a new commit to this to pr, to add |
|
That's fine This still needs to include an adjusted copy of https://github.com/diesel-rs/diesel/blob/main/diesel_derives/src/multiconnection.rs to demonstrate that the derive works |
|
This PR might be useful for Vaultwarden to get rid of the MySQL/MariaDB issues. |
|
Hi @weiznich , I've pushed a modified version of the sync test. It runs sucessful on my machine, when i change the diesel dependency to a local copy of main. So this pr can only be merged after a supported diesel version is released, or with the added module in |
This PR makes changes needed for an AsyncMultiConnection:
prior discussion: #108