# README
Engine
This package refers to the handling of the Prisma query engine. It handles the lifecycle of starting the engine, sending requests to it, and shutting it down.
The main implementation is the QueryEngine
, which refers to the rust query engine. Alternative implementations are the data proxy, which is a remote query engine hosted by Prisma, and a mock engine used for testing.
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
GQLBatchRequest is the payload for GraphQL queries.
No description provided by the author
GQLError is a GraphQL Error.
GQLRequest is the payload for GraphQL queries.
GQLResponse is the default GraphQL response.
No description provided by the author
# Interfaces
No description provided by the author