MCPcopy Create free account
hub / github.com/sqlchat/sqlchat / seed.ts

File seed.ts

prisma/seed.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { PrismaClient, Prisma } from "@prisma/client";
2import { v4 as uuidv4 } from "uuid";
3
4const prisma = new PrismaClient();

Callers

nothing calls this directly

Calls 1

mainFunction · 0.85

Tested by

no test coverage detected