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