Created
August 3, 2023 10:48
-
-
Save swdream/dd5f7a63547aa6b3cc88d3f4852be31e to your computer and use it in GitHub Desktop.
NodeJS_prisma.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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