package
0.42.0
Repository: https://github.com/steebchen/prisma-client-go.git
Documentation: pkg.go.dev

# README

JSON-RPC

This package is needed for communication between the Prisma CLI and the invoked generator (generator being the whole Go client package).

# Functions

NewResponse forms a new JSON RPC response to reply to the Prisma CLI commands.

# Structs

Manifest describes information for the Prisma Client Go generator for the Prisma CLI.
ManifestResponse sets the response Prisma Client Go returns when Prisma asks for the Manifest.
Request sets a generic JSONRPC request, which wraps information and params.
Response sets a generic JSONRPC response, which wraps information and a result.