Prisma CLI ·
Learn more about Prisma in the docs.
Getting started
Check out the Getting Started Quickstart.
Installation
The Prisma CLI currently requires Node.js 10.4 (or higher). We recommend using the latest Node.js LTS ("long-term support") release.
npm
npm install prisma --save-dev
Yarn
yarn add prisma --dev
Check out the docs for more information.
CLI Reference
Check out the docs for Prisma CLI commands, arguments, and options.
Contributing
Refer to our contribution guidelines and Code of Conduct for contributors.