Join Slack
Powered by
Different question: Does Prisma handle SQL injecti...
# orm-help
b
Bart Westenenk
10/16/2022, 3:13 PM
Different question: Does Prisma handle SQL injection for me or do I have to do that myself?
✅ 1
t
Tomáš
10/16/2022, 3:35 PM
It's handled for you, unless you use $executeRawUnsafe or $queryRawUnsafe with raw SQL
b
Bart Westenenk
10/16/2022, 3:51 PM
Alright, thank you!
5
Views
Open in Slack
Previous
Next