Hey guys. How can I have PostgreSQL and MongoDB in...
# orm-help
e
Hey guys. How can I have PostgreSQL and MongoDB in the same project using Prisma?
n
Hey Eudes đŸ‘‹ sure, that’s certainly possible! Just note that you’d need to use two separate
PrismaClient
instances (one per DB) in that case đŸ™‚