aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-03 16:20:45 +0000
committerFuwn <[email protected]>2021-05-03 16:20:45 +0000
commit262d59d7b3bcfda94d333d1acc8ed1a505df1c0f (patch)
tree4fdcc0ae5df1bf4c0713eeb7d4bf712c812c3ec7 /README.md
parentdocs(readme): add development prerequisites (diff)
downloadwhirl-262d59d7b3bcfda94d333d1acc8ed1a505df1c0f.tar.xz
whirl-262d59d7b3bcfda94d333d1acc8ed1a505df1c0f.zip
feat(db): use diesel instead of sqlx, implement database tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e88cdc6..d8520df 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Please reference the [contribution guidelines](./CONTRIBUTING.md) of this reposi
## Prerequisites
### Required
-- [sqlx-cli](https://crates.io/crates/sqlx-cli)
+- [diesel_cli](https://crates.io/crates/diesel_cli)
### Optional
- [cargo-watch](https://crates.io/crates/cargo-watch)