mysql_async icon indicating copy to clipboard operation
mysql_async copied to clipboard

Asyncronous Rust Mysql driver based on Tokio.

Results 35 mysql_async issues
Sort by recently updated
recently updated
newest added

Many of the important types/traits from mysql_common are re-exported for convenience, but the `ColumnIndex` trait isn't.

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...