This website requires JavaScript.
Explore
Help
Sign in
steffo
/
festa
Watch
1
Fork
You've already forked festa
0
mirror of
https://github.com/Steffo99/festa.git
synced
2024-12-23 07:04:22 +00:00
Code
Activity
ee08aea776
festa
/
utils
/
prismaClient.ts
4 lines
91 B
TypeScript
Raw
Normal View
History
Unescape
Escape
THINGS
2022-05-28 03:45:05 +00:00
import
{
PrismaClient
}
from
"@prisma/client"
;
Rename the Prisma client to `database`
2022-05-31 14:46:06 +00:00
export
const
database
=
new
PrismaClient
(
)
Copy permalink