Update README.md

This commit is contained in:
Ryan Leckey 2019-12-28 01:41:07 -08:00 committed by GitHub
parent 382124fe57
commit 4db1f70ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,8 @@ let countries = sqlx::query!(
.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
This crate uses `#[deny(unsafe_code)]` to ensure everything is implemented in 100% Safe Rust.