stremio / apps /server /src /db.ts
aladhefafalquran
Deploy StreamTime server
a43472b
raw
history blame contribute delete
88 Bytes
import { PrismaClient } from '@prisma/client'
export const prisma = new PrismaClient()