MCPcopy Create free account
hub / github.com/code100x/tiplink / db.ts

File db.ts

src/db.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { PrismaClient } from '@prisma/client'
2
3const prismaClientSingleton = () => {
4 return new PrismaClient()

Callers

nothing calls this directly

Calls 1

prismaClientSingletonFunction · 0.85

Tested by

no test coverage detected