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