MCPcopy
hub / github.com/prisma/prisma / isAccelerateProtocol

Function isAccelerateProtocol

packages/cli/src/Studio.ts:388–390  ·  view source on GitHub ↗
(protocol: string)

Source from the content-addressed store, hash-verified

386}
387
388function isAccelerateProtocol(protocol: string): boolean {
389 return protocol === 'prisma' || protocol === 'prisma+postgres'
390}
391
392function normalizeMySQLConnectionString(connectionString: string): string {
393 const connectionURL = new URL(connectionString)

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected