Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ PrismaClient } from
"./prisma"
;
2
import
{ createPrismaPgAdapter } from
"./prisma-adapter"
;
3
4
const
prismaClientSingleton = (): PrismaClient => {
Callers
nothing calls this directly
Calls
1
prismaClientSingleton
Function · 0.85
Tested by
no test coverage detected