Tokio based asynchronous MySql client library.
# Cargo.toml
[dependencies]
mysql_async = "0.37.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to MySQL and run a query asynchronously
Add `tokio` as a dependency and use `#[tokio::main]` or similar runtime.
No dependency data recorded yet.