Crate prisma_schema_build
source ·Functions
- This API is modelled on an LSP code action request. Input and output are both JSON, the request being a
CodeActionParams
object and the response being a list ofCodeActionOrCommand
objects. - Trigger a panic inside the wasm module. This is only useful in development for testing panic handling.
- Docs: https://prisma.github.io/prisma-engines/doc/prisma_fmt/fn.get_config.html
- Docs: https://prisma.github.io/prisma-engines/doc/prisma_fmt/fn.get_dmmf.html
- The API is modelled on an LSP completion request. Input and output are both JSON, the request being a
CompletionParams
object and the response being aCompletionList
object.