MCPcopy
hub / github.com/prisma/prisma / dbExecute

Method dbExecute

packages/migrate/src/SchemaEngine.ts:30–30  ·  view source on GitHub ↗

* Execute a database script directly on the specified live database. * Note that this may not be defined on all connectors.

(input: EngineArgs.DbExecuteInput)

Source from the content-addressed store, hash-verified

28 * Note that this may not be defined on all connectors.
29 */
30 dbExecute(input: EngineArgs.DbExecuteInput): Promise<EngineResults.DbExecuteOutput>
31
32 /**
33 * Make the Schema engine panic. Only useful to test client error handling.

Callers 2

parseMethod · 0.65
rpc.test.tsFile · 0.65

Implementers 2

SchemaEngineCLIpackages/migrate/src/SchemaEngineCLI.t
SchemaEngineWasmpackages/migrate/src/SchemaEngineWasm.

Calls

no outgoing calls

Tested by

no test coverage detected