MCPcopy
hub / github.com/prisma/prisma / schemaPush

Method schemaPush

packages/migrate/src/SchemaEngine.ts:116–116  ·  view source on GitHub ↗

* The command behind db push.

(input: EngineArgs.SchemaPushInput)

Source from the content-addressed store, hash-verified

114 * The command behind db push.
115 */
116 schemaPush(input: EngineArgs.SchemaPushInput): Promise<EngineResults.SchemaPush>
117
118 /**
119 * SQL introspection that powers TypedSQL feature

Callers 2

pushMethod · 0.65
rpc.test.tsFile · 0.65

Implementers 2

SchemaEngineCLIpackages/migrate/src/SchemaEngineCLI.t
SchemaEngineWasmpackages/migrate/src/SchemaEngineWasm.

Calls

no outgoing calls

Tested by

no test coverage detected