blackbeam / mysql_async

Asyncronous Rust Mysql driver based on Tokio.
Apache License 2.0
372 stars 113 forks source link

Hide GetConn #278

Open espindola opened 6 months ago

espindola commented 6 months ago

This makes the future implementation private. This is a braking change, but:

espindola commented 6 months ago

Ping. I have a patch that makes get_conn a plain async fn, but it depends on this.

espindola commented 6 months ago

ping. I have rebased it on top of current master.

espindola commented 6 months ago

In case you find it easier to review it all at once, https://github.com/blackbeam/mysql_async/pull/285 has both this patch and the conversion to a plain async fn.

espindola commented 1 month ago

I have rebased it once more.