Hello, guys! What’s the more convenient approach t...
# orm-help
h
Hello, guys! What’s the more convenient approach to use read/write different database connections on prisma?
1
n
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.