Prisma with two databases

I'm migrating an application and it uses two different databases - MySQL and Postgres. I know Prisma has an experimental feature to use multiple schemas, but that seems to be limited to a single database.

What would be the best way to handle this?
Was this page helpful?