MCPcopy
hub / github.com/prisma/prisma / start

Method start

packages/client/src/runtime/core/engines/common/Engine.ts:86–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 readonly name: string
85 onBeforeExit(callback: () => Promise<void>): void
86 start(): Promise<void>
87 stop(): Promise<void>
88 version(forceRun?: boolean): Promise<string> | string
89 request<T>(

Callers 6

$connectMethod · 0.65
createMethod · 0.65
createSpinnerFunction · 0.65
parseMethod · 0.65
runMethod · 0.65
scaffoldTemplateMethod · 0.65

Implementers 1

ClientEnginepackages/client/src/runtime/core/engin

Calls

no outgoing calls

Tested by

no test coverage detected