P

Prisma 스킬

adr-review
prisma
하나 이상의 ADR을 새로운 시각으로(사전 맥락이 없는 팀원으로서) 검토하고, 서사 및 구조적 문제를 식별한 후 재작성합니다. 다음과 같은 경우에 사용하세요…
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
frozen-class/visitor 패턴을 사용하여 여러 디스패치 사이트가 있는 판별 유니온을 처리하세요. 새로운 변형 세트(명령, 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
prisma-next에 대해 고품질의 외부 기여자 PR을 엽니다. 사용자가 외부 기여자(Prisma 유지보수자가 아님)이며 제출하려는 경우 사용합니다.
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
GitHub PR을 생성하며, 제목에 Linear 티켓 접두사를 포함하고, prisma-next에 대해 결정 중심의 서술형 설명을 작성합니다. 사용자가 풀 리퀘스트를 생성하려 할 때 사용하세요.
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
에이전트 페르소나 라이브러리 — 다른 스킬이 실행 시 기본값을 변경하기 위해 로드하는 명명된 바이어스 프레임입니다. 스킬은 ID로 페르소나를 지정합니다 (예: "아키텍트를 채택…
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
사용자가 프로젝트를 계획하거나, 명세를 마일스톤으로 나누거나, 명세에서 작업을 생성하거나, 실행 계획을 수립하려 할 때 사용합니다. 테스트 케이스를 도출합니다…
official
drive-create-project
prisma
projects/<project>/ 아래에 새로운 임시 프로젝트 워크스페이스(폴더 + 선택적 스텁 문서)를 생성한 후, drive-create-spec / drive-create-plan으로 전환합니다.
official
drive-create-spec
prisma
확정된 디자인을 구현자에게 전달할 수 있는 명확한 엔지니어링 스펙으로 캡처합니다. 사용자가 스펙, PRD 또는 제품을 작성하려 할 때 사용하세요.
official
drive-discussion
prisma
에이전트를 구조화된 Q&A 모드로 전환하여 사용자와 함께 주제에 대한 완전한 이해를 향해 반복적으로 진행한 후, 결과물(프로젝트 사양 등)을 문서화합니다.
official
drive-orchestrate-plan
prisma
사용자가 로컬 브랜치에서 반복-구현-검토 루프를 통해 프로젝트 계획을 검토 완료 상태로 이끌고자 할 때 사용합니다. 구현을 위임합니다...
official
drive-pr-description
prisma
현재 브랜치와 기본 브랜치 간의 git diff를 분석하여 PR 설명을 생성합니다. 사용자가 PR 설명, 풀 리퀘스트를 요청할 때 사용하세요.
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
의도 우선 워크스루(의미론적 서술)를 PR/브랜치 또는 커밋 범위에 대해 작성합니다 - 전반적인 목적, 개념적 단계의 순서, 구체적인...
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
전용 하위 에이전트에게 분류 및 구현을 위임하여 GitHub PR 리뷰 루프를 조정한 후, 실행 가능한 리뷰 항목이 해결될 때까지 반복합니다.
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
Markdown을 작성하고 편집할 때 고정된 열(예: 72 또는 80)에서 수동 하드 줄바꿈을 삽입하지 않습니다. GitHub, 문서 사이트 및 편집기는 산문을 소프트 래핑합니다.
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
Shell 도구에서 여러 줄의 git 커밋 메시지에 작은따옴표 문자열을 사용하세요. 히어독 이스케이프 실패로 인해 커밋 메시지가 깨지는 것을 방지합니다.
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
Prisma CLI 명령어, 옵션, 워크플로우에 대한 완전한 참조로, 설정, 마이그레이션, 데이터베이스 작업 전반을 다룹니다. 우선순위별로 정리된 20개 이상의 명령어를 포함합니다: 설정(init), 생성(generate), 개발(dev), 데이터베이스 작업(db pull/push/seed/execute), 마이그레이션(migrate dev/deploy/reset/status/diff/resolve). Prisma 7.x 변경 사항을 포함합니다: 새로운 prisma.config.ts 설정 파일, 제거된 플래그(--skip-generate, --skip-seed, --schema, --url), 명시적...
official
prisma-cli
prisma
모호한 Prisma CLI, Prisma Compute 또는 앱 배포 프롬프트를 올바른 특정 스킬로 라우팅합니다. "내 앱을 Prisma에 배포", "이 앱 배포", "설정…"에 사용합니다.
official
prisma-cli
prisma
Prisma ORM CLI 명령어 참조로 init, generate, migrate, db, dev, studio, validate, format, debug, mcp를 다룹니다. ORM/데이터베이스 CLI 워크플로우에 사용하며, 그 외에는...
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. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-cli-db-pull
prisma
prisma-cli-db-pull — AI 에이전트용 설치 가능한 스킬, prisma/cursor-plugin에서 게시함.
official
prisma-cli-db-push
prisma
prisma db push. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-cli-db-seed
prisma
prisma db seed. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-cli-debug
prisma
Prisma 디버그. 이 Prisma 기능을 사용할 때 참조하세요.
official
prisma-cli-deploy-nextjs
prisma
에이전트가 Prisma CLI와 Prisma Compute를 사용하여 Next.js 앱을 배포할 수 있도록 지원합니다. "이 Next.js 앱 배포", "내 Next 앱을 Prisma에 배포", "prisma-cli 앱…"에 사용하세요.
official
prisma-cli-dev
prisma
prisma dev. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-cli-feedback
prisma
Prisma CLI, Prisma Compute 또는 앱 배포 관련 질문이나 보고를 팀에 전달합니다. 버그, 버그 보고, 이슈 제출, 버그 신고, 기능 요청 등에 사용합니다.
official
prisma-cli-format
prisma
prisma format. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-cli-generate
prisma
prisma generate. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-cli-init
prisma
prisma-cli-init — AI 에이전트용 설치 가능한 스킬, prisma/cursor-plugin에서 게시함.
official
prisma-cli-migrate-deploy
prisma
prisma 마이그레이션 배포
official
prisma-cli-migrate-dev
prisma
prisma migrate dev. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-cli-migrate-diff
prisma
prisma migrate diff. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-cli-migrate-reset
prisma
prisma 마이그레이션 리셋
official
prisma-cli-migrate-resolve
prisma
prisma 마이그레이션 해결
official
prisma-cli-migrate-status
prisma
prisma 마이그레이션 상태
official
prisma-cli-studio
prisma
prisma studio. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-cli-validate
prisma
prisma 검증. 이 Prisma 기능을 사용할 때 참조하세요.
official
prisma-client-api
prisma
Prisma Client API 전체 참조: 모델 쿼리, CRUD 작업, 필터링, 관계 및 트랜잭션. findUnique, findMany, create, update, delete, upsert 및 반환 변형이 있는 대량 작업을 포함한 17가지 모델 쿼리 메서드를 다룹니다. select, include, omit, orderBy, take, skip, cursor 및 distinct를 포함한 결과 형태를 지정하는 쿼리 옵션을 제공합니다. equals, in, contains, startsWith, lt, gt와 같은 스칼라 및 논리 필터 연산자와 some,...을 포함한 관계 필터를 포함합니다.
official
prisma-client-api
prisma
Prisma Client API 참조로, 모델 쿼리, 필터, 연산자 및 클라이언트 메서드를 다룹니다. 데이터베이스 쿼리 작성, CRUD 작업 사용, 필터링 시 활용하세요.
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
클라이언트 메서드. 이 Prisma 기능을 사용할 때 참조하세요.
official
prisma-client-api-constructor
prisma
PrismaClient 생성자
official
prisma-client-api-filters
prisma
필터 조건 및 연산자
official
prisma-client-api-model-queries
prisma
모델 쿼리. 이 Prisma 기능을 사용할 때 참조하세요.
official
prisma-client-api-query-options
prisma
쿼리 옵션. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-client-api-raw-queries
prisma
Raw Queries. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-client-api-relations
prisma
관계 쿼리. 이 Prisma 기능을 사용할 때 참조하세요.
official
prisma-client-api-transactions
prisma
트랜잭션. 이 Prisma 기능 사용 시 참조하세요.
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
PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB, Prisma Postgres 등 Prisma ORM의 데이터소스 구성, 드라이버 어댑터 선택, Prisma Client 인스턴스화에 대한 단계별 구성 가이드입니다. Prisma v7은 명시적 드라이버 어댑터(예: PostgreSQL용 @prisma/adapter-pg)와 연결 URL을 위한 prisma.config.ts 파일이 필요합니다. 빠른 참조 스키마 블록과 사전 요구 사항 확인(Node.js 20.19.0+, TypeScript 5.4.0+)이 포함되어 있습니다...
official
prisma-database-setup
prisma
Prisma를 다양한 데이터베이스 제공자(PostgreSQL, MySQL, SQLite, MongoDB 등)와 구성하기 위한 가이드입니다. 새 프로젝트를 설정하거나 변경할 때 사용하세요…
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
CockroachDB 설정. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-database-setup-mongodb
prisma
MongoDB 설정. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-database-setup-mysql
prisma
MySQL 설정. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-database-setup-postgresql
prisma
PostgreSQL 설정. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-database-setup-prisma-client-setup
prisma
Prisma 클라이언트 설정. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-database-setup-prisma-postgres
prisma
Prisma Postgres 설정
official
prisma-database-setup-sqlite
prisma
SQLite 설정. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-database-setup-sqlserver
prisma
SQL Server 설정. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-driver-adapter-implementation
prisma
Prisma v7 드라이버 어댑터 구현에 대한 완전한 참조로, 트랜잭션 생명주기, 오류 매핑, 타입 변환 세부 사항을 포함합니다. 네 가지 필수 인터페이스인 SqlDriverAdapter, Transaction, SqlMigrationAwareDriverAdapterFactory, SqlQueryable을 다루며, 전체 메서드 시그니처와 생명주기 요구 사항을 제공합니다. Transaction의 commit()과 rollback()은 생명주기 훅일 뿐이며, Prisma는 이 메서드가 아닌 executeRaw를 통해 SQL을 전송합니다. 인자 매핑(string→int/bigint/float, base64→bytes)을 포함합니다...
official
prisma-driver-adapter-implementation
prisma
Prisma v7 드라이버 어댑터 작업에 필요한 참고 자료입니다. 어댑터를 구현하거나 수정할 때, 데이터베이스 드라이버를 추가할 때, 또는 관련 작업을 진행할 때 사용하세요.
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
Prisma ORM MongoDB 프로젝트(v6)를 위한 결정 및 마이그레이션 가이드로, v7로의 업그레이드 경로가 없습니다. MongoDB 프로젝트에서 Prisma 업그레이드에 대해 문의하거나, provider = "mongodb"인 프로젝트에서 "upgrade to prisma 7"이 언급될 때, 또는 Prisma Next로의 전환을 평가할 때 사용합니다. "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
모호한 Prisma Next 프롬프트를 적절한 특정 스킬로 라우팅합니다. "Prisma Next 도와줘", "Prisma Next가 뭐야", "Prisma Next 설명해줘", "Prisma Next 초보인데…"와 같은 경우에 사용하세요.
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
프로젝트의 빌드 시스템에 Prisma Next를 적절한 빌드 도구 플러그인과 연결합니다 — 현재 Vite의 경우 @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
Prisma Next 데이터 계약 편집 — 모델, 필드, 관계, 인덱스, 열거형, 값 객체(복합 타입), 타입 별칭, 네임스페이스(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
Prisma Next 구조화된 오류 봉투를 읽고 올바른 복구 경로로 라우팅합니다 — 코드, 도메인, 심각도, 원인, 수정, 메타. 오류, 예외, 내 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
Prisma Next 질문이나 보고서를 팀에 전달하세요 — GitHub 이슈(버그 또는 기능 요청)를 제출하거나, Q&A / 디자인 논의 / 팀 직접 연락을 다음으로 라우팅하세요…
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
Prisma Next 마이그레이션이 병합 또는 배포 시 실행될 내용을 검토하고, 마이그레이션 그래프를 렌더링하며, 동시성/다이아몬드 수렴 충돌을 해결하고, 구성합니다…
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
Prisma Next 마이그레이션 작성 — DB 업데이트 또는 마이그레이션 계획 선택, 프레임워크에서 렌더링된 migration.ts 편집 (플레이스홀더 센티널을 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
새 프로젝트, 기존 데이터베이스, 또는 부트스트랩 도구가 스캐폴드에 넣어준 후 첫 번째 작업으로 Prisma Next를 도입하세요. "내가 무엇을 할 수 있을까…"와 같은 질문에 사용하세요.
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
Prisma Postgres 데이터베이스의 설정 및 프로그래매틱 관리를 Console, CLI, API 전반에 걸쳐 지원합니다. 네 가지 핵심 워크플로우: 수동 Console 설정, create-db CLI를 통한 즉시 프로비저닝, 서비스 토큰 또는 OAuth를 사용한 REST API 통합, @prisma/management-api-sdk를 통한 타입 안전 TypeScript 통합. 약 24시간 후 자동 삭제되는 임시 데이터베이스 생성, 지속성을 위한 클레임 URL, 리전 선택을 지원합니다. Management API는 https://api.prisma.io/v1에서 제공되며 OpenAPI 문서와 함께...
official
prisma-postgres
prisma
Prisma Postgres 설정 및 운영 가이드 - Console, create-db CLI, Management API, Management API SDK 전반에 걸친 안내. 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
새로운 Prisma Postgres 데이터베이스를 설정하고 Management API를 사용하여 로컬 프로젝트에 연결합니다. "데이터베이스 설정", "Prisma 생성" 요청 시 사용합니다.
official
prisma-postgres-setup
prisma
새로운 Prisma Postgres 데이터베이스를 설정하고 Management API를 사용하여 로컬 프로젝트에 연결합니다. "데이터베이스 설정", "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
Prisma ORM을 v6에서 v7로 업그레이드하기 위한 완전한 마이그레이션 가이드로, ESM, 드라이버 어댑터 및 새로운 구성을 다룹니다. 스키마 마이그레이션, 드라이버 어댑터, ESM 지원, 구성, 제거된 기능, Accelerate 관련 변경 사항 등 7가지 중요한 규칙 범주를 다룹니다. Node.js 20.19.0+ 및 TypeScript 5.4.0+가 필요하며, MongoDB는 v7에서 아직 지원되지 않습니다. 주요 변경 사항에는 ESM 전용 모듈, 필수 드라이버 어댑터, 명시적 출력 경로, prisma.config.ts 구성이 포함됩니다. 단계별 안내를 제공합니다...
official
prisma-upgrade-v7
prisma
Prisma ORM v6에서 v7로의 완전한 마이그레이션 가이드로, 모든 주요 변경 사항을 다룹니다. Prisma 버전 업그레이드 시, v7 오류 발생 시, 또는 마이그레이션 중에 사용하세요.
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
Prisma Accelerate 사용자
official
prisma-upgrade-v7-driver-adapters
prisma
드라이버 어댑터. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-upgrade-v7-env-variables
prisma
환경 변수
official
prisma-upgrade-v7-esm-support
prisma
ESM 지원. 이 Prisma 기능을 사용할 때 참조하세요.
official
prisma-upgrade-v7-prisma-config
prisma
Prisma 구성. 이 Prisma 기능을 사용할 때 참고하십시오.
official
prisma-upgrade-v7-removed-features
prisma
제거된 기능. 이 Prisma 기능을 사용할 때 참고하세요.
official
prisma-upgrade-v7-schema-changes
prisma
스키마 변경 사항. 이 Prisma 기능을 사용할 때 참조하세요.
official
publish-npm-version
prisma
Prisma Next의 다음 마이너 릴리스를 준비합니다: 루트 package.json 버전을 올리고, 모든 워크스페이스 패키지에 반영하며, 제목이...인 PR을 엽니다.
official
record-gotchas
prisma
Prisma Next, Prisma Compute 또는 Prisma Postgres의 공개 표면을 *사용*하면서 마주친 예상치 못한 문제, 해결 방법, 까다로운 부분을 기록합니다. 실제…
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
정식 PR 리뷰 상태를 가져와 파생된 상태 아티팩트를 렌더링합니다. 사용자가 상태 획득 단계(가져오기, 렌더링, 요약)만 원할 때 사용합니다.
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
분류된 검토 작업을 구현하고, 집중된 수정 사항을 커밋하며, 완료를 게시하고 스레드를 해결합니다. 사용자가 구현 단계만 원할 때 사용하세요.
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
가져온 리뷰 상태로부터 표준 리뷰 액션을 생성하고 액션 마크다운을 렌더링합니다. 사용자가 트라이에이지/액션 계획만 원할 때 사용합니다.
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
엔지니어링 팀을 위한 아키텍처 서브시스템 문서, ADR, 참고 자료를 작성하거나 재작성합니다. … 아래의 문서를 생성, 업데이트 또는 검토할 때 사용합니다.
official