Asyncronous Rust Mysql driver based on Tokio.
Clone or download
Latest commit 3ca2f87 Dec 20, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src Split QueryResult::columns(..) to columns(..) and columns_ref(..) Dec 19, 2018
test Add a way to specify root certificate path in SslOpts Oct 6, 2017
.gitignore Initial Oct 12, 2016
Cargo.toml Bump version Dec 19, 2018
LICENSE-APACHE Add license Nov 8, 2016
LICENSE-MIT Add license Nov 8, 2016
README.md Update documentation url. Sep 22, 2017

README.md

mysql-async

Tokio based asynchronous MySql client library for rust programming language.

Installation

Library hosted on crates.io.

[dependencies]
mysql_async = "<desired version>"

Example

See crate documentation on docs.rs.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.