Asyncronous Rust Mysql driver based on Tokio.
Clone or download
Latest commit 90dd5f6 Jan 28, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src Travis (#40) Jan 28, 2019
test Add a way to specify root certificate path in SslOpts Oct 6, 2017
.gitignore Initial Oct 12, 2016
.travis.yml Travis (#40) Jan 28, 2019
Cargo.toml Bump version Jan 28, 2019
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.