mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 07:45:30 +00:00
Update README.md
This commit is contained in:
parent
382124fe57
commit
4db1f70ae1
@ -69,6 +69,8 @@ let countries = sqlx::query!(
|
|||||||
.await?;
|
.await?;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See the beginngins of a [RealWorld](https://github.com/gothinkster/realworld/tree/master/api#users-for-authentication) implementation in [examples/realworld-postgres](./examples/realworld-postgres).
|
||||||
|
|
||||||
## Safety
|
## Safety
|
||||||
|
|
||||||
This crate uses `#[deny(unsafe_code)]` to ensure everything is implemented in 100% Safe Rust.
|
This crate uses `#[deny(unsafe_code)]` to ensure everything is implemented in 100% Safe Rust.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user