DB Ops: Schema redundancy

Just working on database redundancy measures and oversight, and I’m wondering how to pull a schema out of Moralis and into a Prisma ORM Schema. Is there any gotchas that differentiate the Moralis Parse environment from your stock standard Mongo environment?

Obviously the host & IP aren’t enough, and the DB name is the ‘parse’ collection. How do I connect Prisma to Moralis?

I’m not sure if there is any major differences, but you can check out the Parse docs.

You can connect to the underlying MongoDB directly.