Hi There. I’m still considering Prisma for my next...
# orm-help
d
Hi There. I’m still considering Prisma for my next big project with NestJS. However, I’m required to connect to at least to databases, how well will Prisma handle this?
1
r
Hi @DuckyDev 👋 Can you please clarify your question a bit more? Are you connecting to multiple database schemas or are you connecting to at least two different databases?
To connect to two different databases, this article provides a good scenario to do that.
To connect to multiple schemas within a database, Prisma has multi-schema support. See the docs for more information.
d
Sry for the late reply! but yes! I was talking about multiple databases. thanks! Do we have a ETA on moving from preview to prod?
r
I don’t have an ETA unfortunately but I would expect this to arrive not too far.