Hey @here, is it possible to use both SQL and NoSQL (say Postgres and MongoDB) together in Prisma ORM?
n
Nurul
05/30/2022, 1:20 PM
Hey Joseph 👋
Yes, you could certainly use both SQL and NoSQL Databases with Prisma ORM, you would need to have two different schema files for each database and two PrismaClient instances one for each database