Skip to content

Commit

Permalink
Mention sqlite feature in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Apr 3, 2023
1 parent b8797fb commit 95b8e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/website/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Now `sqlx` can be installed via `cargo`:

```bash
cargo install --version=0.6.3 sqlx-cli --no-default-features --features postgres,rustls
cargo install --version=0.6.3 sqlx-cli --no-default-features --features postgres,rustls,sqlite
```

Clone the repository and `cd` into the directory.
Expand Down

0 comments on commit 95b8e32

Please sign in to comment.