Skip to content

Commit

Permalink
updated README; updated Cargo.toml package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
yasamoka committed Mar 23, 2024
1 parent 48fb493 commit 8cfdb1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
name = "db-pool"
version = "0.1.0"
edition = "2021"
description = "A thread-safe database pool for running database-tied tests in parallel"
repository = "https://github.com/yasamoka/db-pool"
description = "A thread-safe database pool for running database-tied integration tests in parallel"
license = "MIT"

homepage = "https://github.com/yasamoka/db-pool"
repository = "https://github.com/yasamoka/db-pool"
documentation = "https://docs.rs/db-pool"
readme = "README.md"

categories = ["development-tools::testing", "database", "web-programming"]
keywords = [
"backend",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[Book](https://yasamoka.github.io/db-pool)

A thread-safe database pool for running database-tied tests in parallel with:
A thread-safe database pool for running database-tied integration tests in parallel with:
- Easy setup
- Proper isolation
- Automatic creation, reuse, and cleanup
Expand Down
2 changes: 1 addition & 1 deletion book/src/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
`db-pool` is a thread-safe database pool for running database-tied tests in parallel with:
`db-pool` is a thread-safe database pool for running database-tied integration tests in parallel with:
- Easy setup
- Proper isolation
- Automatic creation, reuse, and cleanup
Expand Down

0 comments on commit 8cfdb1b

Please sign in to comment.