MCPcopy Create free account
hub / github.com/code100x/daily-code / index.ts

File index.ts

packages/db/src/index.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