MCPcopy
hub / github.com/prisma/prisma / new

Method new

packages/cli/src/postgres/link/Link.ts:131–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129
130export class Link implements Command {
131 public static new(): Link {
132 return new Link()
133 }
134
135 private static help = format(`
136Link a local project to a Prisma Postgres database.

Callers 2

Link.vitest.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected