Is there any intention for prisma to natively support having separate read and write clients?
For context, we (
wearseasons.com) are working to scale our DB. One step of that process is moving to a DB cluster with one "write" node and a set of "read" nodes which are all downstream of the leader "write" node. To do this we need to send mutations to the write node and read requests to the load balancer sitting in front of the read nodes. Since this is a pretty common thing for eng teams to do, I was curious if prisma has any plans (or existing functionality?) to take in separate read/write DB URLs and automatically route things accordingly.
cc
@Luc Succes