Skip to content

athulacaj/prisma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://www.youtube.com/watch?v=RebA5J-rlwg&list=LL&index=2&t=182s

npm i --save-dev prisma typescript ts-node @types/node nodemon npx tsc --init npx prisma init --datasource-provider postgresql

add model in schema.prisma model User{ id Int @id @default(autoincrement()) name String }

npx prisma migrate dev --name init init is the name

npm i @prisma/client npx prisma generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published