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