mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Replace GQL with Prisma
This commit is contained in:
parent
1c142f651f
commit
8a7f1e8c8a
36 changed files with 1156 additions and 6302 deletions
5
src/utils/prisma-client.ts
Normal file
5
src/utils/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