Hello everyone I hope your Friday is going well.
I have a question regarding Prisma and it's future support for additional databases.
Is it possible to have multiple database endpoints in the same Prisma Application.
For example if I have a Mysql database with a set schema, and I also have a MongoDB instance (once available) with a different schema.
I'd like to hit my prisma endpoint and get data from either endpoint .