MCPcopy
hub / github.com/prisma/prisma / createExecutor

Method createExecutor

packages/cli/src/Studio.ts:53–53  ·  view source on GitHub ↗
(connectionString: string, relativeTo: string)

Source from the content-addressed store, hash-verified

51interface StudioStuff {
52 adapter: StudioAdapterType
53 createExecutor(connectionString: string, relativeTo: string): Promise<Executor>
54}
55
56/**

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected