Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
interface
StudioStuff {
52
adapter: StudioAdapterType
53
createExecutor(connectionString: string, relativeTo: string): Promise<Executor>
54
}
55
56
/**
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected