normano / mysql_async

Asyncronous Rust Mysql driver based on Tokio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysql-async

Tokio based asynchronous MySql client library for The Rust Programming Language.

Gitter

Build Status API Documentation on docs.rs

Installation

The library is hosted on crates.io.

[dependencies]
mysql_async = "<desired version>"

Example

Please see the crate docs – 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.

About

Asyncronous Rust Mysql driver based on Tokio.

License:Apache License 2.0


Languages

Language:Rust 100.0%