Answers for "integrating prisma into a nodejs project"

0

install prisma

# In your system
npm install -g @prisma/cli # Or yarn global add @prisma/cli
# Or in your project
npm install @prisma/cli --save-dev # Or yarn add @prisma/cli --dev
npm install @prisma/client # Or yarn add @prisma/client
Posted by: Guest on October-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language