Skip to content

rajatkulkarni95/getlystv2-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetLyst API

Prisma Commands

Setup a new Prisma project -> npx prisma init

Generate artifacts (e.g. Prisma Client) -> npx prisma generate

Browse your data -> npx prisma studio

Create migrations from your Prisma schema, apply them to the database, generate artifacts (e.g. Prisma Client) -> npx prisma migrate dev

Pull the schema from an existing database, updating the Prisma schema -> npx prisma db pull

Push the Prisma schema state to the database -> npx prisma db push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published