Austin
Austin
PPrisma
Created by Austin on 8/9/2024 in #help-and-questions
Read Only database
Hello my application is build with blitzjs. I'm having trouble using the read replica with enhancePrisma(PrismaClient) because it doesn't expose extends method and I use it because thats how blitz integrates with prisma and I get an error when trying to just use PrismaClient()...So my goal is to have my main write database and read only database for certain queries. I wanted to know if there is another way to use read only databases than read replicas?
4 replies