mysql_async
mysql_async copied to clipboard
Asyncronous Rust Mysql driver based on Tokio.
Fixes #314
Many of the important types/traits from mysql_common are re-exported for convenience, but the `ColumnIndex` trait isn't.
As the title says
Adding supported MariaDB and MySQL versions to README based on versions mentioned in [azure-pipelines.yml](https://github.com/blackbeam/mysql_async/blob/master/azure-pipelines.yml).
**I'm writing a web application,and I encountered a problem when using mysql_async. I found that the get or take method of the Row type(Row.get(index))could not correctly convert the Null value...