What is prisma?
"Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one."
prisma is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 36.1 MB on disk.
Installation Guide
# Install via NPM
npm install prisma
# Install via Yarn
yarn add prisma