prisma

Installation
SKILL.md

Prisma

Prisma is an open-source ORM for Node.js and TypeScript. It simplifies database access with an auto-generated query builder and type-safe database client. Developers use it to interact with databases like PostgreSQL, MySQL, and SQLite in a more intuitive way.

Official docs: https://www.prisma.io/docs/

Prisma Overview

  • Schema
    • Model
      • Field
  • Database
    • Record
  • Query

Use action names and parameters as needed.

Working with Prisma

Related skills
Installs
96
GitHub Stars
33
First Seen
Apr 2, 2026