Hello. Is it possible in Prisma to run `SELECT FOR...
# prisma-client
k
Hello. Is it possible in Prisma to run
SELECT FOR UPDATE
statements ?
r
@koufatzis 👋 Unfortunately not, you would need to use a raw query for this. It would be great if you could create a feature request for this 🙂
k
Ok thanks I will create later a request for this
Can raw queries be included in a prisma transaction or do I need to use raw transaction too ?
r
It can be included in a Prisma transaction.
👍 1