prisma-client-api
Comprehensive reference for Prisma Client API, including model queries, filtering, transactions, and raw SQL.
Install
npx skills add https://github.com/prisma/skills --skill prisma-client-apiStats
| Total installs | 3,029 |
| Weekly installs | 3.0K |
| GitHub stars | 27 |
| First seen | Feb 4, 2026 |
| Source | @prisma/skills |
Summary
- Covers 17 model query methods including findUnique, findMany, create, update, delete, upsert, and bulk operations with return variants
- Provides query options for shaping results: select, include, omit, orderBy, take, skip, cursor, and distinct
- Includes scalar and logical filter operators (equals, in, contains, startsWith, lt, gt) plus relation filters (some, every, none, is)
- Supports array and interactive transaction patterns via $transaction(), raw SQL execution with $queryRaw and $executeRaw, and client lifecycle methods
- Organized by eight priority categories with detailed reference files covering constructor setup, client instantiation for Prisma 7.x with adapters, and extension patterns
Tags
Related skills
| Skill | Installs | vs prisma-client-api |
|---|---|---|
| flutter-caching-data | 2,307 | -722 |
| similarity-search-patterns | 3,525 | +496 |
| prometheus-configuration | 3,575 | +546 |
| springboot-patterns | 2,473 | -556 |
| postgres-patterns | 2,387 | -642 |
FAQ
- How many installs does prisma-client-api have?
- prisma-client-api has 3,029 total installs and 3.0K installs this week.
- Where is prisma-client-api hosted?
- prisma-client-api is published by @prisma/skills at https://github.com/prisma/skills.
- How many GitHub stars does prisma-client-api have?
- prisma-client-api has 27 GitHub stars.
- When was prisma-client-api first indexed?
- OrangeBot.AI first indexed prisma-client-api on Feb 4, 2026.
- How do I install prisma-client-api?
- Run: npx skills add https://github.com/prisma/skills --skill prisma-client-api