Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在没有棱镜的情况下直接使用 mongodb 查询。可能吗?如果可能的话,这是一个好习惯吗?我是否能够使用 graphql 的所有功能,比如基于光标的分页等?
根据 Prisma 文档,您目前无法通过 Prisma 直接访问数据库:
rawAccess:指定是否将在 Prisma API 中启用 executeRaw 突变。MongoDB 连接器当前不支持原始访问,因此您需要将其设置为 false 或省略它。
来源:https ://www.prisma.io/docs/releases-and-maintenance/releases-and-beta-access/mongodb-preview-b6o5/#prisma_config