Skip to content

Commit

Permalink
Add native-tls feature to sqlx-cli build
Browse files Browse the repository at this point in the history
As stated in this sqlx issue:
launchbadge/sqlx#1604
  • Loading branch information
florianrein committed Jan 29, 2023
1 parent 05dbcb5 commit 6c698ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ the interesting parts.
- Install `sqlx-cli`, with:

```
cargo install sqlx-cli --no-default-features --features postgres
cargo install sqlx-cli --no-default-features --features postgres,native-tls
```

- Edit `.env.example` to use your settings.
Expand Down

0 comments on commit 6c698ef

Please sign in to comment.