What is the suggested way to use read replicas wit...
# orm-help
j
What is the suggested way to use read replicas with prisma? I see there are some proposed solutions with open issues.
1
h
You can pass a connection string when you create a client instance. I generally just create separate read and write client instances
j
I was wondering if I could do that! Thank you! Way easier!!
n
Just for reference: Here’s the official feature request for supporting read replica natively #172 For now, creating separate PrismaClients would be ideal.