Hey @here, is it possible to use both SQL and NoSQ...
# orm-help
j
Hey @here, is it possible to use both SQL and NoSQL (say Postgres and MongoDB) together in Prisma ORM?
n
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