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
Raphael Etim
10/20/2022, 7:20 AM
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?
Raphael Etim
10/20/2022, 7:45 AM
To connect to two different databases, this article provides a good scenario to do that.
Raphael Etim
10/20/2022, 7:48 AM
To connect to multiple schemas within a database, Prisma has multi-schema support. See the docs for more information.
d
DuckyDev
10/20/2022, 11:09 AM
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
Raphael Etim
10/20/2022, 1:22 PM
I don’t have an ETA unfortunately but I would expect this to arrive not too far.