* Execute a database script directly on the specified live database. * Note that this may not be defined on all connectors.
(input: EngineArgs.DbExecuteInput)
| 28 | * Note that this may not be defined on all connectors. |
| 29 | */ |
| 30 | dbExecute(input: EngineArgs.DbExecuteInput): Promise<EngineResults.DbExecuteOutput> |
| 31 | |
| 32 | /** |
| 33 | * Make the Schema engine panic. Only useful to test client error handling. |
no outgoing calls
no test coverage detected