Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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