MCPcopy Create free account
hub / github.com/prisma/prisma-examples / script.ts

File script.ts

databases/postgresql-supabase/script.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { PrismaClient } from './prisma/generated/client'
2import {PrismaPg} from "@prisma/adapter-pg"
3
4const adapter = new PrismaPg({

Callers

nothing calls this directly

Calls 2

mainFunction · 0.70
errorMethod · 0.65

Tested by

no test coverage detected