package
0.0.0-20230922224018-91e0ed72d6a7
Repository: https://github.com/vnsoft2014/prisma-client-go.git
Documentation: pkg.go.dev

# 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