Skip to content

Commit fb4e9b1

Browse files
committed
Update docs
1 parent 191f8f7 commit fb4e9b1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/docs/06_plugins/01_available-plugins/01-transactional/03-pg-promise-adapter.md docs/docs/06_plugins/01_available-plugins/01-transactional/04-pg-promise-adapter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Tabs from '@theme/Tabs';
22
import TabItem from '@theme/TabItem';
33

4-
# pg-promise adapter
4+
# Pg-promise adapter
55

66
## Installation
77

docs/docs/06_plugins/01_available-plugins/01-transactional/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Adapters for the following libraries are available:
4242

4343
- Prisma (see [@nestjs-cls/transactional-adapter-prisma](./01-prisma-adapter.md))
4444
- Knex (see [@nestjs-cls/transactional-adapter-knex](./02-knex-adapter.md))
45-
- pg-promise (see [@nestjs-cls/transactional-adapter-pg-promise](./03-pg-promise-adapter.md))
45+
- Kysely (see [@nestjs-cls/transactional-adapter-knex](./03-kysely-adapter.md))
46+
- Pg-promise (see [@nestjs-cls/transactional-adapter-pg-promise](./04-pg-promise-adapter.md))
4647

4748
Adapters _will not_ be implemented for the following libraries:
4849

0 commit comments

Comments
 (0)