Skip to content

Instantly share code, notes, and snippets.

View Ital023's full-sized avatar

Ítalo Miranda Fontenele Ital023

View GitHub Profile
@Ital023
Ital023 / gist:e027800d613da67c47ccea997dfb835a
Created February 3, 2026 22:10
How to install prisma in your project
npm i prisma
npm i @prisma/client
npx prisma init --datasource-provider postgresql
model Appointment {
id String @id @default(cuid())
tutorName String
petName String