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
- Model
- Database
- Record
- Query
Use action names and parameters as needed.
Working with Prisma
Related skills