From 97afd6efd29ddfd1ad39234e9649b6af5ae412bf Mon Sep 17 00:00:00 2001 From: Ramzi Sabra Date: Sat, 23 Mar 2024 22:26:54 +0200 Subject: [PATCH] increased title size --- README.md | 10 +++++----- book/src/README.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 23bb087..0255a70 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 | | --------------- | ----------------------------------------- | ----------------- | @@ -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 | | --------------------- | ----------------------------------------------------------------------------------------- | -------------------------------------------- | diff --git a/book/src/README.md b/book/src/README.md index 6abc80d..411981f 100644 --- a/book/src/README.md +++ b/book/src/README.md @@ -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: @@ -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 | | --------------- | ----------------------------------------- | ----------------- | @@ -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 | | --------------------- | ----------------------------------------------------------------------------------------- | -------------------------------------------- |