Merge pull request #14 from miclill/patch-2

update url: https://github.com/async-rs/async-std
This commit is contained in:
Ryan Leckey 2019-12-30 11:34:15 -08:00 committed by GitHub
commit 1d7a2f27c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ SQLx is a modern SQL client built from the ground up for Rust, in Rust.
* **Pure Rust**. The Postgres and MySQL/MariaDB drivers are written in pure Rust using **zero** unsafe code.
[async-std]: https://github.com/rust-async/async-std
[async-std]: https://github.com/async-rs/async-std
## Examples
The `sqlx::query` function provides general-purpose prepared statement execution.