Skip to content

Commit

Permalink
remove comment (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
yicrotkd authored Oct 17, 2023
1 parent 383e211 commit a84e24d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/content/docs/prisma-client-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ Now add the read replica extension to your Prisma Client.
import { PrismaClient } from '@prisma/client';
import { readReplicas } from '@prisma/extension-read-replicas';

// pagination for all models
export const extendedPrismaClient = new PrismaClient().$extends(
// update url to your read replica url
readReplicas({ url: 'postgresql://replica.example.com:5432/db' })
Expand Down

0 comments on commit a84e24d

Please sign in to comment.