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

# Packages

No description provided by the author

# 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.