Skip to content

Feature request: Allow $queryRaw and $executeRaw in transactions #3828

@timsuchanek

Description

@timsuchanek

As of today, it's not possible yet, to do the following:

await prisma.$transaction([ prisma.$queryRaw`SELECT 1` ])

This is a feature request to both allow $queryRaw and $executeRaw being executed in a transaction.

If you have this use-case, please let us know in this issue.

Metadata

Metadata

Assignees

Labels

kind/featureA request for a new feature.topic: raw$queryRaw(Unsafe) and $executeRaw(Unsafe): https://www.prisma.io/docs/concepts/components/prisma-cli

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions