This project utilizes "Prisma", an ORM (Object Relation Mapper) which facilitates db migrations, Typescript model generation out of the box.
- Make the necessary changes in prisma/schema.prisma
prisma generate
- To deploy:
pnpm prisma:local:deploy
- npm: Executes pre/post scripts
- pnpm: doesn't execute pre scripts