Skip to content

Instantly share code, notes, and snippets.

@swdream
Created August 3, 2023 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swdream/dd5f7a63547aa6b3cc88d3f4852be31e to your computer and use it in GitHub Desktop.
Save swdream/dd5f7a63547aa6b3cc88d3f4852be31e to your computer and use it in GitHub Desktop.
NodeJS_prisma.md
# https://www.prisma.io/blog/nestjs-prisma-rest-api-7D056s1BmOL0
# install
npm install -D prisma
# initilize
npx prisma init
# run migrate
npx prisma migrate dev --name "init"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment