Hello, guys! What’s the more convenient approach to use read/write different database connections on prisma?
✅ 1
n
Nurul
06/23/2022, 2:57 PM
Hey Hector 👋
The most convenient and straightforward approach would be to create two PrismaClient Instances, one for the read database and the other for the write database.