Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio authored Aug 22, 2023
1 parent 924db4a commit 2174a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ prisma.$primary().user.findMany({ where: { ... }})
.$extends(rlsExtension())
.$extends(
readReplicas({
db: 'postgresql://replica.example.com:5432/db',
url: 'postgresql://replica.example.com:5432/db',
}),
)
```
- If you are using the read replicas extension with Prisma version below 5.1, any result extensions will not work.
- If you use the read replicas extension with Prisma version below 5.1, any result extensions will not work.

0 comments on commit 2174a51

Please sign in to comment.