Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
hugger-lover
like
9
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dce306a
hugger-lover
/
utils
/
prisma.ts
enzostvs
HF Staff
init
7f5876d
7 months ago
raw
Copy download link
history
blame
Safe
102 Bytes
import
{
PrismaClient
}
from
'@prisma/client'
const
prisma =
new
PrismaClient
()
export
default
prisma