Skip to content

Instantly share code, notes, and snippets.

@coopbri
Last active September 13, 2020 19:08
Show Gist options
  • Select an option

  • Save coopbri/1f05ef8678727d7f7f98cc24823ee2d8 to your computer and use it in GitHub Desktop.

Select an option

Save coopbri/1f05ef8678727d7f7f98cc24823ee2d8 to your computer and use it in GitHub Desktop.
Prisma Aliases
# Aliases for Prisma: https://www.prisma.io/
alias prisma="npx prisma"
alias mg="migrate"
alias pmgs="npx prisma migrate save --experimental"
alias pmgu="npx prisma migrate up --experimental"
alias pgen="npx prisma generate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment