prisma-next-queries

安装量: 1.3K
排名: #8716

安装

npx skills add https://github.com/prisma/prisma-next --skill prisma-next-queries

Prisma Next — Queries Edit your data contract. Prisma handles the rest. Once the contract is emitted and the DB is up to date, this skill covers everything you do with the data: reading, writing, eager-loading relations, aggregating, and the choice between the ORM and the lower-level query lane. When to Use User wants to read, write, update, or delete data. User wants to include / eager-load relations. User wants to paginate, sort, filter, project. User wants to wrap operations in a transaction ( db.transaction(...) — Postgres and SQLite). User wants to aggregate ( count , sum , avg , …). User asks about query lanes (ORM vs SQL builder / query builder). User mentions: query, select, where, orderBy, take, skip, include, eager load, first, all, count, aggregate, create, update, delete, upsert, returning, drizzle-style, kysely-style, prisma client . When Not to Use Show more Installs 882 Repository prisma/prisma-next GitHub Stars 418 First Seen May 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜