prisma / extension-read-replicas

Prisma Client Extension to add read replica support to your Prisma Client
Apache License 2.0
96 stars 6 forks source link

Document `$replica()` method, remove not working `queryRaw` routing #25

Closed SevInf closed 8 months ago

SevInf commented 8 months ago

Doc for the feature added in #21. Since we decided that queryRaw would always go to primary by default, we are also removing non-working code for routing it to replica instead.