5 Matching Annotations
- Feb 2024
-
www.prisma.io www.prisma.io
-
random note
-
- Aug 2023
-
www.alex-stewart.dev www.alex-stewart.dev
- Nov 2022
-
www.prisma.io www.prisma.io
-
generate Prisma Client which provides a programmatic and type-safe API to read and write data in the shape of your application models
-
with Prisma you never create application models in your programming language by manually defining classes, interfaces, or structs. Instead, the application models are defined in your Prisma schema
-
- Feb 2020
-
www.prisma.io www.prisma.io
-
import { prismaObjectType, makePrismaSchema } from 'nexus-prisma'
import {objectType} from "nexus";
as of
"nexus-prisma": "^0.9.1"
-