Hey Scott 👋
Unlike Mongoose, Prisma will provide type-safe access to your entire Mongoose schema, i.e. it would make accessing your fields from MongoDB easy, and warn you if you access any incorrect fields.
Currently, Prisma 2 doesn't support MongoDB, but there's an issue
here that you can track regarding the progress.