v8.0.0-rc.7
- Prisma 近 90 天出现 15 次
- Prisma 近 90 天第 15 次发版
- 上一次:同一天稍早 · v8.0.0-rc.6-dev.1: feat(orm): rename take/skip to limit/offset (#30112)
发生了什么
v8.0.0-rc.7 ORM collection pagination renames to limit / offset , and the toolchain releases against @prisma/cli-engine@0.2.3 , the engine whose config loader ships the prisma init scaffold fixes from the unified CLI's rc line. The upgrade recipe for this hop: the user recipe . Breaking changes ORM pagination is limit / offset , not take / skip — .take(n) and .skip(n) are renamed to .limit(n) and .offset(n) on SQL a…
摘要按规则整理自下方来源原文