P

Prisma Skills

adr-review
prisma
Bir veya daha fazla ADR'yi yeni bir gözle (önceden bağlamı olmayan bir ekip üyesi olarak) inceleyin, anlatı ve yapısal sorunları belirleyin, ardından yeniden yazın. Şu durumlarda kullanın…
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
Birden çok dağıtım noktasına sahip ayrıştırılmış birleşimler için frozen-class/visitor desenini kullanın. Yeni bir varyant kümesi (komutlar, IR düğümleri,…) oluştururken kullanın.
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'e karşı yüksek kaliteli bir harici katkıcı PR'si açın. Kullanıcının harici bir katkıcı (Prisma bakımcısı değil) olduğu ve bir şey göndermek istediği durumlarda kullanın…
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-ticket ön ekli bir başlık ve prisma-next için karar odaklı, anlatısal bir açıklama ile oluşturur. Kullanıcı bir çekme isteği oluşturmak istediğinde kullanılır.
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
Ajan kişilikleri kütüphanesi — diğer becerilerin çalışma zamanı varsayılanlarını değiştirmek için yüklediği adlandırılmış önyargı çerçeveleri. Beceriler, bir kişiliği kimliğiyle adlandırır (ör. "Mimarı benimse…
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
Kullanıcı bir proje planlamak, bir şartnameyi kilometre taşlarına bölmek, bir şartnameden görevler oluşturmak veya bir yürütme planı oluşturmak istediğinde kullanılır. Test senaryolarını türetir…
official
drive-create-project
prisma
Projeler/<proje>/ altında yeni bir geçici proje çalışma alanı oluştur (klasörler + isteğe bağlı taslak belgeler), ardından drive-create-spec / drive-create-plan'e devret.
official
drive-create-spec
prisma
Yerleşmiş bir tasarımı, uygulayıcıya teslim edilmeye hazır, net bir mühendislik spesifikasyonu olarak yakala. Kullanıcı bir spesifikasyon, PRD veya ürün yazmak istediğinde kullan.
official
drive-discussion
prisma
Ajanı, kullanıcıyla bir konuyu tam olarak anlamak için yinelemeli olarak çalışan yapılandırılmış bir Soru-Cevap moduna sokar ve ardından sonucu belgeler (proje spesifikasyonu, …)
official
drive-orchestrate-plan
prisma
Kullanıcının, bir yineleme-uygulama-inceleme döngüsü aracılığıyla yerel dalda bir proje planını incelemeye hazır duruma getirmek istediğinde kullanılır. Uygulamayı bir…
official
drive-pr-description
prisma
Mevcut dal ile varsayılan dal arasındaki git farklarını analiz ederek PR açıklamaları oluşturur. Kullanıcı bir PR açıklaması, pull request… talep ettiğinde kullanın.
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
Bir PR/dal veya commit aralığının niyet odaklı bir anlatımını (semantik hikaye) yazın - genel amacı, kavramsal adımların sırasını, somut…
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 inceleme döngüsünü düzenler; triyaj ve uygulamayı özel alt ajanlara devreder ve ardından eyleme geçirilebilir inceleme maddeleri temizlenene kadar tekrarlar.
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 yazarken ve düzenlerken, sabit bir sütunda (ör. 72 veya 80) manuel sert satır sonları eklemez. GitHub, dokümantasyon siteleri ve editörler metni yumuşak kaydırma ile görüntüler;…
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 aracında çok satırlı git commit mesajları için tek tırnaklı dizeler kullanın. Garbled commit mesajları üreten heredoc kaçış hatalarını önler.
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 komutları, seçenekleri ve iş akışları için kurulum, geçişler ve veritabanı işlemlerini kapsayan eksiksiz referans. Önceliğe göre düzenlenmiş 20'den fazla komutu içerir: kurulum (init), oluşturma (generate), geliştirme (dev), veritabanı işlemleri (db pull/push/seed/execute) ve geçişler (migrate dev/deploy/reset/status/diff/resolve). Prisma 7.x değişikliklerini içerir: yeni prisma.config.ts yapılandırma dosyası, kaldırılan bayraklar (--skip-generate, --skip-seed, --schema, --url) ve açık...
official
prisma-cli
prisma
Belirsiz bir Prisma CLI, Prisma Compute veya uygulama dağıtımı istemini doğru spesifik beceriye yönlendir. "Uygulamamı Prisma'ya dağıt", "bu uygulamayı dağıt", "kurulum yap…" için kullan.
official
prisma-cli
prisma
Prisma ORM CLI komut referansı; init, generate, migrate, db, dev, studio, validate, format, debug ve mcp komutlarını kapsar. ORM/veritabanı CLI iş akışları için kullanılır, …
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. Bu Prisma özelliğini kullanırken başvuru kaynağı.
official
prisma-cli-db-pull
prisma
prisma-cli-db-pull — AI ajanları için yüklenebilir bir beceri, prisma/cursor-plugin tarafından yayınlanmıştır.
official
prisma-cli-db-push
prisma
prisma db push. Bu Prisma özelliğini kullanırken başvuru kaynağı.
official
prisma-cli-db-seed
prisma
prisma db seed. Bu Prisma özelliğini kullanırken başvuru kaynağı.
official
prisma-cli-debug
prisma
prisma hata ayıklama. Bu Prisma özelliğini kullanırken başvuru.
official
prisma-cli-deploy-nextjs
prisma
Bir ajanın Prisma CLI ve Prisma Compute ile Next.js uygulaması dağıtmasına yardımcı olun. "bu Next.js uygulamasını dağıt", "Next uygulamamı Prisma'ya dağıt", "prisma-cli uygulaması…" için kullanın.
official
prisma-cli-dev
prisma
prisma dev. Bu Prisma özelliğini kullanırken başvuru yapın.
official
prisma-cli-feedback
prisma
Prisma CLI, Prisma Compute veya uygulama dağıtımıyla ilgili bir soruyu ya da raporu ekibe iletmek için kullanın. Hata, hata raporu, sorun bildirme, hata bildirme, özellik talebi,…
official
prisma-cli-format
prisma
prisma format. Bu Prisma özelliğini kullanırken başvuru yapın.
official
prisma-cli-generate
prisma
prisma generate. Bu Prisma özelliğini kullanırken başvurulacak kaynak.
official
prisma-cli-init
prisma
prisma-cli-init — AI ajanları için yüklenebilir bir beceri, prisma/cursor-plugin tarafından yayınlanmıştır.
official
prisma-cli-migrate-deploy
prisma
prisma migrate deploy
official
prisma-cli-migrate-dev
prisma
prisma migrate dev. Bu Prisma özelliğini kullanırken başvuru kaynağı.
official
prisma-cli-migrate-diff
prisma
prisma migrate diff. Bu Prisma özelliğini kullanırken başvuru kaynağı.
official
prisma-cli-migrate-reset
prisma
prisma migrate reset
official
prisma-cli-migrate-resolve
prisma
prisma migrate çözümle
official
prisma-cli-migrate-status
prisma
prisma migrate durumu
official
prisma-cli-studio
prisma
prisma studio. Bu Prisma özelliğini kullanırken başvuru kaynağı.
official
prisma-cli-validate
prisma
prisma doğrulama. Bu Prisma özelliğini kullanırken başvuru yapın.
official
prisma-client-api
prisma
Prisma Client API referansının tamamı: model sorguları, CRUD işlemleri, filtreleme, ilişkiler ve işlemler. findUnique, findMany, create, update, delete, upsert ve dönüş varyantlarıyla toplu işlemler dahil 17 model sorgulama yöntemini kapsar. Sonuçları şekillendirmek için select, include, omit, orderBy, take, skip, cursor ve distinct sorgu seçenekleri sunar. Eşitlik, içerme, başlangıç, küçüktür, büyüktür gibi skaler ve mantıksal filtre operatörlerinin yanı sıra some gibi ilişki filtrelerini içerir.
official
prisma-client-api
prisma
Prisma Client API referansı; model sorguları, filtreler, operatörler ve istemci yöntemlerini kapsar. Veritabanı sorguları yazarken, CRUD işlemleri kullanırken, filtreleme yaparken kullanılır…
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
İstemci Yöntemleri. Bu Prisma özelliğini kullanırken başvuru yapın.
official
prisma-client-api-constructor
prisma
PrismaClient Yapıcısı
official
prisma-client-api-filters
prisma
Filtre Koşulları ve Operatörler
official
prisma-client-api-model-queries
prisma
Model Sorguları. Bu Prisma özelliğini kullanırken başvurun.
official
prisma-client-api-query-options
prisma
Sorgu Seçenekleri. Bu Prisma özelliğini kullanırken başvuru için.
official
prisma-client-api-raw-queries
prisma
Ham Sorgular. Bu Prisma özelliğini kullanırken başvuru kaynağı.
official
prisma-client-api-relations
prisma
İlişki Sorguları. Bu Prisma özelliğini kullanırken başvuru yapın.
official
prisma-client-api-transactions
prisma
İşlemler. Bu Prisma özelliğini kullanırken başvuru kaynağı.
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 ve Prisma Postgres üzerinde Prisma ORM için adım adım yapılandırma kılavuzları. Yedi veritabanı sağlayıcısı için veri kaynağı yapılandırması, sürücü adaptörü seçimi ve Prisma Client oluşturmayı kapsar. Prisma v7, açık sürücü adaptörleri (örneğin PostgreSQL için @prisma/adapter-pg) ve bağlantı URL'leri için bir prisma.config.ts dosyası gerektirir. Hızlı başvuru şema blokları ve ön koşul kontrolleri (Node.js 20.19.0+, TypeScript 5.4.0+) içerir...
official
prisma-database-setup
prisma
Farklı veritabanı sağlayıcıları (PostgreSQL, MySQL, SQLite, MongoDB vb.) ile Prisma yapılandırması için kılavuzlar. Yeni bir proje kurarken, değişiklik yaparken kullanın…
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 Kurulumu. Bu Prisma özelliğini kullanırken başvuru.
official
prisma-database-setup-mongodb
prisma
MongoDB Kurulumu. Bu Prisma özelliğini kullanırken başvurun.
official
prisma-database-setup-mysql
prisma
MySQL Kurulumu. Bu Prisma özelliğini kullanırken başvurun.
official
prisma-database-setup-postgresql
prisma
PostgreSQL Kurulumu. Bu Prisma özelliğini kullanırken başvuru.
official
prisma-database-setup-prisma-client-setup
prisma
Prisma İstemci Kurulumu. Bu Prisma özelliğini kullanırken başvuru yapın.
official
prisma-database-setup-prisma-postgres
prisma
Prisma Postgres Kurulumu
official
prisma-database-setup-sqlite
prisma
SQLite Kurulumu. Bu Prisma özelliğini kullanırken başvuru yapın.
official
prisma-database-setup-sqlserver
prisma
SQL Server Kurulumu. Bu Prisma özelliğini kullanırken başvurun.
official
prisma-driver-adapter-implementation
prisma
Prisma v7 sürücü adaptörlerini işlem yaşam döngüsü, hata eşleme ve tür dönüştürme detaylarıyla uygulamak için eksiksiz referans. Dört gerekli arayüzü kapsar: SqlDriverAdapter, Transaction, SqlMigrationAwareDriverAdapterFactory ve SqlQueryable, tam metot imzaları ve yaşam döngüsü gereksinimleriyle birlikte. Transaction commit() ve rollback() yalnızca yaşam döngüsü kancalarıdır; Prisma, SQL'i bu metotlar aracılığıyla değil, executeRaw ile gönderir. Argüman eşlemesini içerir (string→int/bigint/float, base64→bytes)...
official
prisma-driver-adapter-implementation
prisma
Prisma v7 sürücü adaptörü çalışmaları için gerekli referans. Adaptörleri uygularken veya değiştirirken, veritabanı sürücüleri eklerken veya dokunurken kullanın…
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 projelerinin v6 sürümünde olup v7'ye yükseltme yolu bulunmayan durumlar için karar ve geçiş rehberi. Bir MongoDB projesi Prisma'yı yükseltmeyi sorduğunda, provider = "mongodb" olan bir projede "prisma 7'ye yükselt" ifadesi geçtiğinde veya Prisma Next'e geçiş değerlendirilirken kullanılır. "upgrade prisma mongodb", "prisma 7 mongodb", "mongodb prisma migration", "prisma next mongodb" ifadeleriyle tetiklenir.
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
Belirsiz bir Prisma Next istemini doğru spesifik beceriye yönlendir. "Prisma Next ile bana yardım et", "Prisma Next nedir", "Prisma Next'i açıkla", "Prisma Next'te yeniyim…" gibi durumlar için kullan.
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'i, doğru derleme aracı eklentisiyle projenin derleme sistemine entegre edin — bugün Vite için @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 veri sözleşmesini düzenleyin — modeller, alanlar, ilişkiler, indeksler, enumlar, değer nesneleri (bileşik türler), tür takma adları, ad alanları (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
Bir Prisma Next yapılandırılmış hata zarfını oku ve doğru kurtarma yoluna yönlendir — kod, alan, şiddet, neden, düzeltme, meta. Hata, istisna, benim yayın… için kullan.
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
Bir Prisma Next sorusunu veya raporunu ekibe iletin — bir GitHub sorunu (hata veya özellik isteği) açın veya soru-cevap / tasarım tartışması / doğrudan ekip iletişimini şuraya yönlendirin…
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 migrasyonlarının birleştirme veya dağıtımda ne çalıştıracağını inceleyin, migrasyon grafiğini oluşturun, eşzamanlı/elmas yakınsama çakışmalarını çözün ve yapılandırın…
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
Yazar Prisma Next migrasyonları — db güncellemesi vs migrasyon planı seçin, framework tarafından oluşturulan migration.ts dosyasını düzenleyin (yer tutucu sentinelleri dataTransform ile değiştirin…
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'i yeni bir projeye, mevcut bir veritabanına veya bir bootstrap aracının sizi bir iskeleye yerleştirmesinden sonraki ilk adım olarak benimseyin. "Ne yapabilirim…" için kullanın.
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
We need to translate the given text from English to Turkish, preserving the name "prisma-postgres" and other technical terms. The text describes setup and management of Prisma Postgres databases. We must not add any extra commentary or labels. Just translate the text inside <text> tags. Let's break down the text: "Setup and programmatic management of Prisma Postgres databases across Console, CLI, and APIs. Four core workflows: manual Console setup, instant provisioning via create-db CLI, REST API integration with service tokens or OAuth, and type-safe TypeScript integration via @prisma/management-api-sdk Supports temporary database creation with auto-deletion after ~24 hours, claim URLs for persistence, and region selection Management API available at https://api.prisma.io/v1 with OpenAPI docs and..." We need to translate this into Turkish. Keep "Prisma Postgres", "Console", "CLI", "APIs", "create-db", "REST API", "OAuth", "TypeScript", "@prisma/management-api-sdk",
official
prisma-postgres
prisma
Prisma Postgres kurulum ve işlem rehberi; Console, create-db CLI, Management API ve Management API SDK üzerinden. Prisma Postgres oluştururken kullanın…
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
Yeni bir Prisma Postgres veritabanı kurun ve Management API kullanarak yerel bir projeye bağlayın. "Veritabanı kur", "Prisma oluştur" gibi ifadelerle istendiğinde kullanın.
official
prisma-postgres-setup
prisma
Yeni bir Prisma Postgres veritabanı kurun ve Management API kullanarak yerel bir projeye bağlayın. "Veritabanı kur", "Prisma oluştur..." istendiğinde kullanın.
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
We need to translate the given text from English to Turkish, preserving the name "prisma-upgrade-v7" if it appears. The text is a description of a migration guide. We must not add any extra commentary, labels, or formatting. The target language is Türkçe (Turkish). The text includes technical terms like Prisma ORM, ESM, driver adapters, etc. We should keep those as is or use common Turkish translations if appropriate. But the instruction says "preserve product names, protocol names, URLs, numbers, and technical terms." So we keep "Prisma ORM", "ESM", "driver adapters", "Node.js", "TypeScript", "MongoDB", "prisma.config.ts" etc. Also "v6", "v7" are numbers. We translate the rest. Let's translate sentence by sentence: "Complete migration guide for upgrading Prisma ORM from v6 to v7 with ESM, driver adapters, and new configuration." -> "Prisma ORM'yi v6'dan v
official
prisma-upgrade-v7
prisma
Prisma ORM v6'dan v7'ye tüm kırıcı değişiklikleri kapsayan eksiksiz geçiş rehberi. Prisma sürümlerini yükseltirken, v7 hatalarıyla karşılaştığınızda veya geçiş yaparken kullanı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
Prisma Accelerate Kullanıcıları
official
prisma-upgrade-v7-driver-adapters
prisma
Sürücü Adaptörleri. Bu Prisma özelliğini kullanırken başvurun.
official
prisma-upgrade-v7-env-variables
prisma
Ortam Değişkenleri
official
prisma-upgrade-v7-esm-support
prisma
ESM Desteği. Bu Prisma özelliğini kullanırken başvuru kaynağı.
official
prisma-upgrade-v7-prisma-config
prisma
Prisma Yapılandırması. Bu Prisma özelliğini kullanırken başvuru yapın.
official
prisma-upgrade-v7-removed-features
prisma
Kaldırılan Özellikler. Bu Prisma özelliğini kullanırken başvuru yapın.
official
prisma-upgrade-v7-schema-changes
prisma
Şema Değişiklikleri. Bu Prisma özelliğini kullanırken başvuru yapın.
official
publish-npm-version
prisma
Prisma Next'in bir sonraki küçük sürümünü keser: kök package.json sürümünü yükseltir, her çalışma alanı paketine yayar ve başlığı… olan bir PR açar.
official
record-gotchas
prisma
Sürprizleri, geçici çözümleri ve Prisma Next, Prisma Compute veya Prisma Postgres'in genel yüzeyini *kullanırken* karşılaşılan pürüzleri yakalayın — gerçek bir…
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
Kanonik PR inceleme durumunu getirir ve türetilmiş durum yapılarını oluşturur. Kullanıcının yalnızca durum edinme aşamasını (getir, oluştur, özetle) istediğinde kullanılır…
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
Triyajlanmış inceleme eylemlerini uygular, odaklı düzeltmeleri işler ve Bitti artı iş parçacıklarını çözer olarak gönderir. Kullanıcının yalnızca uygulama aşamasını istediği durumlarda kullanın…
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
Getirilen inceleme durumundan kanonik inceleme eylemleri üretir ve eylem işaretlemesini işler. Kullanıcının yalnızca triyaj/eylem planlaması istediği durumlarda kullanılır…
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
Write or rewrite architecture subsystem docs, ADRs, and reference material for the engineering team. Use when creating, updating, or reviewing docs under…
official