This commit is contained in:
miclill
2019-12-30 15:16:28 +00:00
committed by GitHub
parent bfeecc2c22
commit cd77fadd35

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.