Skip to content

Commit

Permalink
increased title size
Browse files Browse the repository at this point in the history
  • Loading branch information
yasamoka committed Mar 23, 2024
1 parent 26a6e0f commit 97afd6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A thread-safe database pool for running database-tied tests in parallel with:
- Automatic creation, reuse, and cleanup
- Async support

### Motivation
## Motivation

When running tests against database-tied services, a test database is generally used. However, this comes with its own set of drawbacks:

Expand All @@ -38,14 +38,14 @@ When moving to parallel execution of tests, even more issues surface:

`db-pool` takes care of all of these concerns while supporting multiple DBMSes, backends, and connection pools.

### Databases
## Databases

- MySQL (MariaDB)
- PostgreSQL

### Backends & Pools
## Backends & Pools

#### Sync
### Sync

| Backend | Pool | Feature |
| --------------- | ----------------------------------------- | ----------------- |
Expand All @@ -54,7 +54,7 @@ When moving to parallel execution of tests, even more issues surface:
| mysql | [r2d2](https://docs.rs/r2d2/0.8.10/r2d2/) | `mysql` |
| postgres | [r2d2](https://docs.rs/r2d2/0.8.10/r2d2/) | `postgres` |

#### Async
### Async

| Backend | Pool | Features |
| --------------------- | ----------------------------------------------------------------------------------------- | -------------------------------------------- |
Expand Down
10 changes: 5 additions & 5 deletions book/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Automatic creation, reuse, and cleanup
- Async support

### Motivation
## Motivation

When running tests against database-tied services, a test database is generally used. However, this comes with its own set of drawbacks:

Expand All @@ -28,14 +28,14 @@ When moving to parallel execution of tests, even more issues surface:

`db-pool` takes care of all of these concerns while supporting multiple DBMSes, backends, and connection pools.

### Databases
## Databases

- MySQL (MariaDB)
- PostgreSQL

### Backends & Pools
## Backends & Pools

#### Sync
### Sync

| Backend | Pool | Feature |
| --------------- | ----------------------------------------- | ----------------- |
Expand All @@ -44,7 +44,7 @@ When moving to parallel execution of tests, even more issues surface:
| mysql | [r2d2](https://docs.rs/r2d2/0.8.10/r2d2/) | `mysql` |
| postgres | [r2d2](https://docs.rs/r2d2/0.8.10/r2d2/) | `postgres` |

#### Async
### Async

| Backend | Pool | Features |
| --------------------- | ----------------------------------------------------------------------------------------- | -------------------------------------------- |
Expand Down

0 comments on commit 97afd6e

Please sign in to comment.