Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPipe/OpenPipe
/ db.ts
File
db.ts
app/src/server/db.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ readFileSync } from
"fs"
;
2
import
{
type
DB } from
"../types/kysely-codegen.types"
;
3
4
import
{ PrismaClient } from
"@prisma/client"
;
Callers
nothing calls this directly
Calls
1
getPool
Function · 0.85
Tested by
no test coverage detected