mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Add Prisma ORM
This commit is contained in:
parent
e8530f0f01
commit
bce35d73ca
15 changed files with 1296 additions and 148 deletions
5
src/prisma/client.ts
Normal file
5
src/prisma/client.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { PrismaClient } from '@prisma/client'
|
||||
|
||||
const prismaClient = new PrismaClient()
|
||||
|
||||
export default prismaClient
|
||||
Loading…
Add table
Add a link
Reference in a new issue