IvanChepurnyi / 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 rust programming language.

CircleCI API Documentation on docs.rs

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.

About

Asyncronous Rust Mysql driver based on Tokio.

License:Apache License 2.0


Languages

Language:Rust 100.0%