MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / prisma.ts

File prisma.ts

packages/backend/src/prisma.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { PrismaClient } from "@sourcebot/db";
2import { getDBConnectionString } from "@sourcebot/shared";
3
4export const prisma = new PrismaClient({

Callers

nothing calls this directly

Calls 1

getDBConnectionStringFunction · 0.90

Tested by

no test coverage detected