Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
130
export
class
Link implements Command {
131
public static
new
(): Link {
132
return
new
Link()
133
}
134
135
private static help = format(`
136
Link a local project to a Prisma Postgres database.
Callers
2
Link.vitest.ts
File · 0.45
PostgresCommand.vitest.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected