MCPcopy
hub / github.com/prisma/prisma / execute

Method execute

packages/client/src/runtime/core/engines/client/Executor.ts:27–27  ·  view source on GitHub ↗
(params: ExecutePlanParams)

Source from the content-addressed store, hash-verified

25 getConnectionInfo(): Promise<ProviderAndConnectionInfo>
26
27 execute(params: ExecutePlanParams): Promise<unknown>
28
29 startTransaction(options: TransactionOptions): Promise<InteractiveTransactionInfo>
30

Callers 6

requestMethod · 0.65
requestBatchMethod · 0.65
performIOMethod · 0.65
handleStudioBffRequestFunction · 0.65
performIOMethod · 0.65
startTransactionMethod · 0.65

Implementers 2

RemoteExecutorpackages/client/src/runtime/core/engin
LocalExecutorpackages/client/src/runtime/core/engin

Calls

no outgoing calls

Tested by

no test coverage detected