Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Tatarintsev committed Oct 25, 2023
1 parent e041b18 commit 003b6f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ prisma.$primary().user.findMany({ where: { ... }})
Sometimes you might want to do the opposite and route the request to a replica even though
it will be routed to primary by default. In that case, you can use the `$replica()` method:

```ts
````ts
prisma.$replica().$queryRaw`SELECT ...`

### Caveats and limitations
Expand All @@ -95,5 +95,6 @@ prisma.$replica().$queryRaw`SELECT ...`
url: 'postgresql://replica.example.com:5432/db',
}),
)
```
````
- If you use the read replicas extension with Prisma version below 5.1, any result extensions will not work.

0 comments on commit 003b6f7

Please sign in to comment.