MCPcopy Create free account
hub / github.com/formbricks/formbricks / client.ts

File client.ts

packages/database/src/client.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { PrismaClient } from "./prisma";
2import { createPrismaPgAdapter } from "./prisma-adapter";
3
4const prismaClientSingleton = (): PrismaClient => {

Callers

nothing calls this directly

Calls 1

prismaClientSingletonFunction · 0.85

Tested by

no test coverage detected