P

Skills Prisma

adr-review
prisma
Xem xét một hoặc nhiều ADR với góc nhìn mới (với tư cách thành viên nhóm không có ngữ cảnh trước đó), xác định các vấn đề về nội dung và cấu trúc, sau đó viết lại chúng. Sử dụng khi…
official
adr-review
prisma
Review one or more ADRs with fresh eyes (as a team member without prior context), identify narrative and structural issues, then rewrite them. Use when the…
official
ast-visitor-pattern
prisma
Use the frozen-class/visitor pattern for discriminated unions that have multiple dispatch sites. Use when creating a new set of variants (commands, IR nodes,…
official
ast-visitor-pattern
prisma
Sử dụng mẫu frozen-class/visitor cho các union phân biệt có nhiều điểm dispatch. Sử dụng khi tạo một tập hợp các biến thể mới (lệnh, nút IR,…)
official
bumping-biome
prisma
Bumps `biome` package versions (e.g. `@biomejs/biome`) using `pnpm`, aligns `biome.jsonc` files with the new version/s across the repository and runs…
official
bumping-biome
prisma
Bumps `biome` package versions (e.g. `@biomejs/biome`) using `pnpm`, aligns `biome.jsonc` files with the new version/s across the repository and runs…
official
contrib-pr
prisma
Mở một PR đóng góp bên ngoài chất lượng cao nhằm vào prisma-next. Sử dụng khi người dùng là người đóng góp bên ngoài (không phải người bảo trì Prisma) và muốn gửi một…
official
create-pr
prisma
Creates a GitHub PR with a Linear-ticket-prefixed title and a decision-led, narrative description for prisma-next. Use when the user wants to create a pull…
official
create-pr
prisma
Tạo một GitHub PR với tiêu đề có tiền tố Linear-ticket và mô tả dạng tường thuật dẫn dắt quyết định cho prisma-next. Sử dụng khi người dùng muốn tạo một pull…
official
draft-release-notes
prisma
Author the committed release-notes file for a stable Prisma Next release by enumerating the merged PRs since the previous stable `v*` tag, resolving opaque…
official
drive-agent-personas
prisma
Library of agent personas — named bias-frames that other skills load to shift execution-time defaults. Skills name a persona by ID (e.g. "Adopt the architect…
official
drive-code-review
prisma
Generate local PR/branch review artifacts for the current branch vs its base — an in-repo canonical spec (if present) or an inferred review `spec.md`, plus…
official
drive-create-plan
prisma
Use when the user wants to plan a project, break a spec into milestones, generate tasks from a spec, or create an execution plan. Derives test cases from…
official
drive-create-project
prisma
Create a new transient project workspace under projects/<project>/ (folders + optional stub docs), then hand off to drive-create-spec / drive-create-plan.
official
drive-create-spec
prisma
Chụp lại một thiết kế đã hoàn thiện dưới dạng thông số kỹ thuật kỹ thuật rõ ràng, sẵn sàng để chuyển cho người thực hiện. Sử dụng khi người dùng muốn viết một bản spec, PRD hoặc sản phẩm…
official
drive-discussion
prisma
Đưa tác nhân vào chế độ Hỏi & Đáp có cấu trúc, lặp lại với người dùng để đạt được hiểu biết hoàn chỉnh về một chủ đề, sau đó ghi lại kết quả (đặc tả dự án,…)
official
drive-orchestrate-plan
prisma
Use when the user wants to drive a project plan to a review-clean state on the local branch via an iterate-implement-review loop. Delegates implementation to a…
official
drive-pr-description
prisma
Tạo mô tả PR bằng cách phân tích git diffs giữa nhánh hiện tại và nhánh mặc định. Sử dụng khi người dùng yêu cầu mô tả PR, pull request…
official
drive-pr-local-review
prisma
Generate local PR/branch review artifacts for the current branch vs its base — an in-repo canonical spec (if present) or an inferred review `spec.md`, plus…
official
drive-pr-walkthrough
prisma
Viết một bài hướng dẫn theo hướng ý định (tường thuật ngữ nghĩa) về một PR/nhánh hoặc phạm vi commit - mục đích tổng thể, trình tự các bước khái niệm, các bước cụ thể…
official
github-review-iteration
prisma
Orchestrates a GitHub PR review loop by delegating triage and implementation to dedicated sub-agents, then repeating until actionable review items are cleared.…
official
github-review-iteration
prisma
Điều phối vòng lặp đánh giá PR trên GitHub bằng cách ủy quyền phân loại và triển khai cho các tác nhân phụ chuyên trách, sau đó lặp lại cho đến khi các mục đánh giá có thể hành động được xử lý xong.
official
markdown-no-artificial-line-wraps
prisma
Writes and edits Markdown without inserting manual hard line breaks at a fixed column (e.g. 72 or 80). GitHub, docs sites, and editors soft-wrap prose;…
official
markdown-no-artificial-line-wraps
prisma
Viết và chỉnh sửa Markdown mà không chèn ngắt dòng cứng thủ công ở một cột cố định (ví dụ: 72 hoặc 80). GitHub, các trang tài liệu và trình soạn thảo tự động xuống dòng văn xuôi;…
official
multiline-commit-messages
prisma
Use single-quoted strings for multiline git commit messages in the Shell tool. Prevents heredoc escaping failures that produce garbled commit messages.
official
multiline-commit-messages
prisma
Sử dụng chuỗi được đặt trong dấu nháy đơn cho các thông điệp commit git nhiều dòng trong công cụ Shell. Ngăn chặn lỗi thoát heredoc dẫn đến các thông điệp commit bị hỏng.
official
no-bare-casts
prisma
Writing `as` in TypeScript or TSX production code, modifying a file that contains a bare `as` cast, silencing a type error with a cast, encountering `as…
official
no-bare-casts
prisma
Writing `as` in TypeScript or TSX production code, modifying a file that contains a bare `as` cast, silencing a type error with a cast, encountering `as…
official
prisma-8
prisma
Comprehensive guide for building with Prisma 8 (Prisma Next), the contract-first data layer. Use whenever working on Prisma code in a project that uses it —…
official
prisma-8-extension-upgrade
prisma
Upgrade Prisma Next in your extension. Bumps every `@internal/*` dependency to the requested target (or npm `latest`), runs the per-transition upgrade…
official
prisma-8-migration-review
prisma
Review what Prisma Next migrations will run on merge or deploy, render the migration graph, resolve concurrent / diamond-convergence conflicts, and configure…
official
prisma-cli
prisma
Tài liệu tham khảo đầy đủ về các lệnh, tùy chọn và quy trình làm việc của Prisma CLI trong thiết lập, di chuyển và thao tác cơ sở dữ liệu. Bao gồm hơn 20 lệnh được sắp xếp theo mức độ ưu tiên: thiết lập (init), sinh mã (generate), phát triển (dev), thao tác cơ sở dữ liệu (db pull/push/seed/execute) và di chuyển (migrate dev/deploy/reset/status/diff/resolve). Bao gồm các thay đổi của Prisma 7.x: tệp cấu hình prisma.config.ts mới, các cờ bị loại bỏ (--skip-generate, --skip-seed, --schema, --url) và rõ ràng...
official
prisma-cli
prisma
Chuyển hướng một lời nhắc mơ hồ về Prisma CLI, Prisma Compute hoặc triển khai ứng dụng đến kỹ năng cụ thể phù hợp. Sử dụng cho "triển khai ứng dụng của tôi lên Prisma", "triển khai ứng dụng này", "thiết lập…
official
prisma-cli
prisma
Tài liệu tham khảo lệnh CLI của Prisma ORM bao gồm init, generate, migrate, db, dev, studio, validate, format, debug và mcp. Dùng cho quy trình làm việc CLI ORM/cơ sở dữ liệu, không…
official
prisma-cli
prisma
Complete reference for Prisma CLI commands, options, and workflows across setup, migrations, and database operations. Covers 20+ commands organized by priority: setup ( init ), generation ( generate ), development ( dev ), database operations ( db pull/push/seed/execute ), and migrations ( migrate dev/deploy/reset/status/diff/resolve ) Includes Prisma 7.x changes: new prisma.config.ts configuration file, removed flags ( --skip-generate , --skip-seed , --schema , --url ), and explicit...
official
prisma-cli-db-execute
prisma
prisma db execute. Tài liệu tham khảo khi sử dụng tính năng Prisma này.
official
prisma-cli-db-pull
prisma
prisma-cli-db-pull — một kỹ năng có thể cài đặt cho các tác nhân AI, được phát hành bởi prisma/cursor-plugin.
official
prisma-cli-db-push
prisma
prisma db push. Tài liệu tham khảo khi sử dụng tính năng Prisma này.
official
prisma-cli-db-seed
prisma
prisma db seed. Tài liệu tham khảo khi sử dụng tính năng Prisma này.
official
prisma-cli-debug
prisma
gỡ lỗi prisma. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-cli-deploy-nextjs
prisma
Giúp một agent triển khai ứng dụng Next.js với Prisma CLI và Prisma Compute. Sử dụng cho "triển khai ứng dụng Next.js này", "triển khai ứng dụng Next của tôi lên Prisma", "prisma-cli app…
official
prisma-cli-dev
prisma
prisma dev. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-cli-feedback
prisma
Chuyển câu hỏi hoặc báo cáo về Prisma CLI, Prisma Compute hoặc triển khai ứng dụng cho nhóm. Dùng cho lỗi, báo cáo lỗi, gửi vấn đề, báo cáo lỗi, yêu cầu tính năng,…
official
prisma-cli-format
prisma
prisma format. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-cli-generate
prisma
prisma generate. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-cli-init
prisma
prisma-cli-init — một kỹ năng có thể cài đặt cho các tác nhân AI, được phát hành bởi prisma/cursor-plugin.
official
prisma-cli-migrate-deploy
prisma
triển khai di trú prisma
official
prisma-cli-migrate-dev
prisma
prisma migrate dev. Tài liệu tham khảo khi sử dụng tính năng Prisma này.
official
prisma-cli-migrate-diff
prisma
prisma migrate diff. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-cli-migrate-reset
prisma
prisma migrate reset
official
prisma-cli-migrate-resolve
prisma
prisma migrate resolve
official
prisma-cli-migrate-status
prisma
trạng thái di chuyển prisma
official
prisma-cli-studio
prisma
prisma studio. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-cli-validate
prisma
prisma validate. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-client-api
prisma
Tài liệu tham khảo đầy đủ về Prisma Client API cho truy vấn mô hình, thao tác CRUD, lọc, quan hệ và giao dịch. Bao gồm 17 phương thức truy vấn mô hình như findUnique, findMany, create, update, delete, upsert và các thao tác hàng loạt với các biến thể trả về. Cung cấp các tùy chọn truy vấn để định hình kết quả: select, include, omit, orderBy, take, skip, cursor và distinct. Bao gồm các toán tử lọc vô hướng và logic (equals, in, contains, startsWith, lt, gt) cùng với bộ lọc quan hệ (some,...
official
prisma-client-api
prisma
Tài liệu tham khảo API Prisma Client bao gồm truy vấn mô hình, bộ lọc, toán tử và phương thức client. Sử dụng khi viết truy vấn cơ sở dữ liệu, thực hiện các thao tác CRUD, lọc…
official
prisma-client-api
prisma
Complete Prisma Client API reference for model queries, CRUD operations, filtering, relations, and transactions. 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 ,...
official
prisma-client-api-client-methods
prisma
Các phương thức Client. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-client-api-constructor
prisma
PrismaClient Constructor
official
prisma-client-api-filters
prisma
Điều kiện và Toán tử Lọc
official
prisma-client-api-model-queries
prisma
Truy vấn Mô hình. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-client-api-query-options
prisma
Tùy chọn truy vấn. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-client-api-raw-queries
prisma
Truy vấn thô. Tài liệu tham khảo khi sử dụng tính năng Prisma này.
official
prisma-client-api-relations
prisma
Truy vấn quan hệ. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-client-api-transactions
prisma
Giao dịch. Tài liệu tham khảo khi sử dụng tính năng Prisma này.
official
prisma-composer
prisma
How to write, test, and deploy an app with Prisma Composer (`@prisma/composer`): declare services with `compute()` and typed dependencies, define RPC…
official
prisma-compute
prisma
Prisma Compute deployment and hosting guide. Use whenever the user mentions Prisma Compute, `prisma.compute.ts`, `defineComputeConfig`, deploying or hosting a Prisma app, `@prisma/cli app deploy`, `compute:deploy`, `create-prisma --deploy`, `PRISMA_SERVICE_TOKEN`, `auth workspace`, Compute apps/deployments/build logs/domains, `@prisma/cli agent install`, localhost vs `0.0.0.0`, deploy port binding, or framework deploy readiness for Hono, Elysia, Next.js, TanStack Start, Astro, Nuxt, Svelte,...
developmentdevopsofficial
prisma-compute
prisma
Prisma Compute deployment and hosting guide. Use whenever the user mentions Prisma Compute, `prisma.compute.ts`, `defineComputeConfig`, deploying or hosting a…
official
prisma-compute
prisma
Prisma Compute deployment and hosting guide. Use whenever the user mentions Prisma Compute, `prisma.compute.ts`, `defineComputeConfig`, deploying or hosting a…
official
prisma-database-setup
prisma
Hướng dẫn cấu hình từng bước cho Prisma ORM trên PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB và Prisma Postgres. Bao gồm cấu hình nguồn dữ liệu, lựa chọn bộ điều hợp trình điều khiển và khởi tạo Prisma Client cho bảy nhà cung cấp cơ sở dữ liệu. Prisma v7 yêu cầu bộ điều hợp trình điều khiển rõ ràng (ví dụ: @prisma/adapter-pg cho PostgreSQL) và tệp prisma.config.ts cho URL kết nối. Bao gồm các khối lược đồ tham khảo nhanh và kiểm tra điều kiện tiên quyết (Node.js 20.19.0+, TypeScript 5.4.0+)...
official
prisma-database-setup
prisma
Hướng dẫn cấu hình Prisma với các nhà cung cấp cơ sở dữ liệu khác nhau (PostgreSQL, MySQL, SQLite, MongoDB, v.v.). Sử dụng khi thiết lập dự án mới, thay đổi…
official
prisma-database-setup
prisma
Step-by-step configuration guides for Prisma ORM across PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB, and Prisma Postgres. Covers datasource configuration, driver adapter selection, and Prisma Client instantiation for seven database providers Prisma v7 requires explicit driver adapters (e.g., @prisma/adapter-pg for PostgreSQL) and a prisma.config.ts file for connection URLs Includes quick-reference schema blocks and prerequisite checks (Node.js 20.19.0+, TypeScript 5.4.0+)...
official
prisma-database-setup-cockroachdb
prisma
Thiết
official
prisma-database-setup-mongodb
prisma
Thiết lập MongoDB. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-database-setup-mysql
prisma
Thiết lập MySQL. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-database-setup-postgresql
prisma
Thiết lập PostgreSQL. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-database-setup-prisma-client-setup
prisma
Thiết lập Prisma Client. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-database-setup-prisma-postgres
prisma
Thiết lập Prisma Postgres
official
prisma-database-setup-sqlite
prisma
Thiết lập SQLite. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-database-setup-sqlserver
prisma
Thiết lập SQL Server. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-driver-adapter-implementation
prisma
Tài liệu tham khảo đầy đủ để triển khai bộ điều hợp driver Prisma v7 với vòng đời giao dịch, ánh xạ lỗi và chi tiết chuyển đổi kiểu. Bao gồm bốn giao diện bắt buộc: SqlDriverAdapter, Transaction, SqlMigrationAwareDriverAdapterFactory và SqlQueryable, với chữ ký phương thức đầy đủ và yêu cầu vòng đời. Transaction commit() và rollback() chỉ là các hook vòng đời; Prisma gửi SQL qua executeRaw, không phải qua các phương thức này. Bao gồm ánh xạ đối số (string→int/bigint/float, base64→bytes)...
official
prisma-driver-adapter-implementation
prisma
Required reference for Prisma v7 driver adapter work. Use when implementing or modifying adapters, adding database drivers, or touching…
official
prisma-driver-adapter-implementation
prisma
Required reference for Prisma ORM 7 SQL driver adapter work. Use when implementing or modifying adapters, adding database drivers, or touching…
official
prisma-mongodb-upgrade
prisma
Decision and migration guide for Prisma ORM MongoDB projects on v6, which have no upgrade path to v7. Use when a MongoDB project asks about upgrading Prisma, when "upgrade to prisma 7" comes up in a project with provider = "mongodb", or when evaluating a move to Prisma Next. Triggers on "upgrade prisma mongodb", "prisma 7 mongodb", "mongodb prisma migration", "prisma next mongodb".
official
prisma-mongodb-upgrade
prisma
Decision and migration guide for Prisma ORM MongoDB projects on v6, which have no upgrade path to v7. Use when a MongoDB project asks about upgrading Prisma,…
official
prisma-next
prisma
Chuyển hướng một lời nhắc Prisma Next mơ hồ đến kỹ năng cụ thể phù hợp. Sử dụng cho "giúp tôi với Prisma Next", "Prisma Next là gì", "giải thích Prisma Next", "tôi mới bắt đầu với…
official
prisma-next
prisma
Route a vague Prisma Next prompt to the right specific skill. Use for "help me with Prisma Next", "what is Prisma Next", "explain Prisma Next", "I'm new to…
official
prisma-next-build
prisma
Kết nối Prisma Next vào hệ thống build của dự án với plugin build-tool phù hợp — Vite hiện tại qua @prisma-next/vite-plugin-contract-emit (Vite 7 / 8); Next.js…
official
prisma-next-build
prisma
Wire Prisma Next into the project's build system with the right build-tool plugin — Vite today via @internal/vite-plugin-contract-emit (Vite 7 / 8); Next.js /…
official
prisma-next-contract
prisma
Edit the Prisma Next data contract — add models, fields, relations, indexes, enums, value objects (composite types), type aliases, namespaces (Postgres…
official
prisma-next-contract
prisma
Edit the Prisma Next data contract — add models, fields, relations, indexes, enums, value objects (composite types), type aliases, namespaces (Postgres…
official
prisma-next-debug
prisma
Read a Prisma Next structured error envelope and route to the right recovery — code, domain, severity, why, fix, meta. Use for error, exception, my emit…
official
prisma-next-debug
prisma
Read a Prisma Next structured error envelope and route to the right recovery — code, domain, severity, why, fix, meta. Use for error, exception, my emit…
official
prisma-next-extension-upgrade
prisma
Upgrade Prisma Next in your extension. Bumps every `@prisma-next/*` dependency to the requested target (or npm `latest`), runs the per-transition upgrade…
official
prisma-next-extension-upgrade
prisma
Upgrade Prisma Next in your extension. Bumps every `@prisma-next/*` dependency to the requested target (or npm `latest`), runs the per-transition upgrade…
official
prisma-next-extension-upgrade
prisma
Upgrade Prisma Next in your extension. Bumps every `@prisma-next/*` dependency to the requested target (or npm `latest`), runs the per-transition upgrade…
official
prisma-next-feedback
prisma
Chuyển một câu hỏi hoặc báo cáo về Prisma Next cho nhóm — tạo một issue trên GitHub (lỗi hoặc yêu cầu tính năng), hoặc chuyển hướng Q&A / thảo luận thiết kế / liên hệ trực tiếp với nhóm đến…
official
prisma-next-feedback
prisma
Hand a Prisma Next question or report off to the team — file a GitHub issue (bug or feature request), or route Q&A / design discussion / direct-team-contact to…
official
prisma-next-migration-review
prisma
Review what Prisma Next migrations will run on merge or deploy, render the migration graph, resolve concurrent / diamond-convergence conflicts, and configure…
official
prisma-next-migration-review
prisma
Review what Prisma Next migrations will run on merge or deploy, render the migration graph, resolve concurrent / diamond-convergence conflicts, and configure…
official
prisma-next-migrations
prisma
Author Prisma Next migrations — choose db update vs migration plan, edit the framework-rendered migration.ts (replace placeholder sentinels with dataTransform…
official
prisma-next-migrations
prisma
Tác giả Prisma Next migrations — chọn cập nhật db so với kế hoạch di chuyển, chỉnh sửa migration.ts được render bởi framework (thay thế các sentinel giữ chỗ bằng dataTransform…
official
prisma-next-queries
prisma
Write Prisma Next queries for Postgres, SQLite, or Mongo — pick a lane (Postgres/SQLite `db.orm.<Model>` + `db.sql.<table>`; Mongo `db.orm.<root>` +…
official
prisma-next-queries
prisma
Write Prisma Next queries for Postgres, SQLite, or Mongo — pick a lane (Postgres/SQLite `db.orm.<Model>` + `db.sql.<table>`; Mongo `db.orm.<root>` +…
official
prisma-next-quickstart
prisma
Áp dụng Prisma Next vào một dự án mới, vào một cơ sở dữ liệu hiện có, hoặc như bước đầu tiên sau khi một công cụ bootstrap đưa bạn vào một scaffold. Dùng cho "what can I…
official
prisma-next-quickstart
prisma
Adopt Prisma Next into a new project, onto an existing database, or as the first move after a bootstrap tool dropped you into a scaffold. Use for "what can I…
official
prisma-next-runtime
prisma
Wire the Prisma Next runtime — `db.ts` setup using `postgres<Contract>(...)` from `@prisma-next/postgres/runtime`, `sqlite<Contract>(...)` from…
official
prisma-next-runtime
prisma
Wire the Prisma Next runtime — `db.ts` setup using `postgres<Contract>(...)` from `@internal/postgres/runtime`, `sqlite<Contract>(...)` from…
official
prisma-next-supabase
prisma
Use Prisma Next with a Supabase project via `@prisma-next/extension-supabase` — wire `extensions: [supabasePack]`, declare cross-space FKs to…
official
prisma-next-supabase
prisma
Use Prisma Next with a Supabase project via `@internal/extension-supabase` — wire `extensions: [supabasePack]`, declare cross-space FKs to…
official
prisma-next-upgrade
prisma
Upgrade Prisma Next in your app. Bumps every `@prisma-next/*` dependency from the version pinned in the lockfile to the requested target (or npm `latest`),…
official
prisma-next-upgrade
prisma
Upgrade Prisma Next in your app. Bumps every `@prisma-next/*` dependency from the version pinned in the lockfile to the requested target (or npm `latest`),…
official
prisma-next-upgrade
prisma
Upgrade Prisma Next in your app. Bumps every `@internal/*` dependency from the version pinned in the lockfile to the requested target (or npm `latest`),…
official
prisma-postgres
prisma
Thiết lập và quản lý lập trình cơ sở dữ liệu Prisma Postgres qua Console, CLI và API. Bốn quy trình chính: thiết lập thủ công qua Console, cung cấp tức thì qua CLI create-db, tích hợp REST API với service token hoặc OAuth, và tích hợp TypeScript an toàn kiểu qua @prisma/management-api-sdk. Hỗ trợ tạo cơ sở dữ liệu tạm thời với tự động xóa sau khoảng 24 giờ, URL claim để duy trì, và chọn vùng. Management API có sẵn tại https://api.prisma.io/v1 với tài liệu OpenAPI và...
official
prisma-postgres
prisma
Hướng dẫn thiết lập và vận hành Prisma Postgres trên Console, create-db CLI, Management API và Management API SDK. Sử dụng khi tạo Prisma Postgres…
official
prisma-postgres
prisma
Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres…
official
prisma-postgres-setup
prisma
Thiết lập cơ sở dữ liệu Prisma Postgres mới và kết nối nó với dự án cục bộ bằng Management API. Sử dụng khi được yêu cầu "thiết lập cơ sở dữ liệu", "tạo Prisma…
official
prisma-postgres-setup
prisma
Thiết lập cơ sở dữ liệu Prisma Postgres mới và kết nối nó với dự án cục bộ bằng Management API. Sử dụng khi được yêu cầu "thiết lập cơ sở dữ liệu", "tạo Prisma…
official
prisma-postgres-setup
prisma
Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma…
official
prisma-upgrade-v7
prisma
Hướng dẫn di chuyển hoàn chỉnh để nâng cấp Prisma ORM từ v6 lên v7 với ESM, bộ điều hợp driver và cấu hình mới. Bao gồm bảy loại quy tắc quan trọng: di chuyển schema, bộ điều hợp driver, hỗ trợ ESM, cấu hình, các tính năng đã bị loại bỏ và các thay đổi dành riêng cho Accelerate. Yêu cầu Node.js 20.19.0+ và TypeScript 5.4.0+; MongoDB chưa được hỗ trợ trong v7. Các thay đổi phá vỡ bao gồm module chỉ dành cho ESM, bộ điều hợp driver bắt buộc, đường dẫn đầu ra rõ ràng và cấu hình prisma.config.ts. Cung cấp hướng dẫn
official
prisma-upgrade-v7
prisma
Hướng dẫn di chuyển hoàn chỉnh từ Prisma ORM v6 lên v7 bao gồm tất cả các thay đổi gây gián đoạn. Sử dụng khi nâng cấp phiên bản Prisma, gặp lỗi v7 hoặc đang di chuyển…
official
prisma-upgrade-v7
prisma
Complete migration guide from Prisma ORM v6 to v7 covering all breaking changes. Use when upgrading Prisma versions, encountering v7 errors, or migrating…
official
prisma-upgrade-v7-accelerate-users
prisma
Người dùng Prisma Accelerate
official
prisma-upgrade-v7-driver-adapters
prisma
Bộ điều hợp Driver. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-upgrade-v7-env-variables
prisma
Biến môi trường
official
prisma-upgrade-v7-esm-support
prisma
Hỗ trợ ESM. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-upgrade-v7-prisma-config
prisma
Cấu hình Prisma. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-upgrade-v7-removed-features
prisma
Các tính năng đã bị loại bỏ. Tham khảo khi sử dụng tính năng Prisma này.
official
prisma-upgrade-v7-schema-changes
prisma
Thay đổi lược đồ. Tham khảo khi sử dụng tính năng Prisma này.
official
publish-npm-version
prisma
Cắt bản phát hành nhỏ tiếp theo của Prisma Next: tăng phiên bản trong root package.json, truyền nó đến mọi gói workspace, và mở một PR có tiêu đề…
official
record-gotchas
prisma
Ghi lại những bất ngờ, giải pháp thay thế và các điểm khó khăn gặp phải khi *sử dụng* bề mặt công khai của Prisma Next, Prisma Compute hoặc Prisma Postgres — bất cứ điều gì thực tế…
official
record-upgrade-instructions
prisma
Record upgrade instructions alongside a Prisma Next breaking-change PR, so downstream consumers (users of `@prisma-next/*` and authors of Prisma Next…
official
record-upgrade-instructions
prisma
Record upgrade instructions alongside a Prisma Next breaking-change PR, so downstream consumers (users of `@prisma-next/*` and authors of Prisma Next…
official
review-fetch-phase
prisma
Fetches canonical PR review state and renders derived state artifacts. Use when the user wants the state acquisition phase only (fetch, render, summarize) for…
official
review-fetch-phase
prisma
Tìm nạp trạng thái đánh giá PR chuẩn và hiển thị các tạo phẩm trạng thái dẫn xuất. Sử dụng khi người dùng chỉ muốn giai đoạn thu thập trạng thái (tìm nạp, hiển thị, tóm tắt) cho…
official
review-implement-phase
prisma
Implements triaged review actions, commits focused fixes, and posts Done plus resolves threads. Use when the user wants only the implementation phase of the…
official
review-implement-phase
prisma
Triển khai các hành động đánh giá đã phân loại, commit các bản sửa lỗi tập trung, và đăng Done cùng giải quyết các luồng thảo luận. Sử dụng khi người dùng chỉ muốn giai đoạn triển khai của…
official
review-triage-phase
prisma
Produces canonical review actions from fetched review state and renders action markdown. Use when the user wants only triage/action-planning for the…
official
review-triage-phase
prisma
Tạo ra các hành động đánh giá chuẩn từ trạng thái đánh giá đã lấy và hiển thị markdown hành động. Sử dụng khi người dùng chỉ muốn phân loại/lập kế hoạch hành động cho…
official
write-architecture-docs
prisma
Write or rewrite architecture subsystem docs, ADRs, and reference material for the engineering team. Use when creating, updating, or reviewing docs under…
official
write-architecture-docs
prisma
Viết hoặc viết lại tài liệu về kiến trúc hệ thống con, ADR và tài liệu tham khảo cho nhóm kỹ thuật. Sử dụng khi tạo, cập nhật hoặc xem xét tài liệu trong…
official