index
:
muse
master
🎧 a self-hosted midwestern Discord music bot that doesn't suck
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
db.ts
blob: b630320d991650b4b1920fcea21f97f20e5274c1 (
plain
)
1
2
3
import
Prisma
from
'@prisma/client'
;
export
const
prisma
=
new
Prisma
.
PrismaClient
();