mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00
Merge pull request #14 from miclill/patch-2
update url: https://github.com/async-rs/async-std
This commit is contained in:
commit
1d7a2f27c6
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user