Skip to content

Let's dive deep into prisma, the trending driver for DBs.

Notifications You must be signed in to change notification settings

babulakterfsd/explore-prisma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prisma

How to run

-> Clone the repository -> Run yarn install -> Run npx prisma migrate dev -> Run yarn run dev -> Run npx prisma studio

common command :
-> generate prisma client
     - npx prisma generate

-> validate schema
     - npx prisma validate

-> format schema
     - npx prisma format

-> see current schema from db
        - npx prisma db pull

About

Let's dive deep into prisma, the trending driver for DBs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published