Hello! :wave: By any chance do you know how to en...
# orm-help
k
Hello! 👋 By any chance do you know how to enable this option? experimentalCRUD: true Edit: I found the setting, I'm not sure if it was renamed, but this seems to work:
Copy code
use(prisma({ features: { crud: true } }))
👍 1