Skip to content

Conversation

@aidankmcalister
Copy link
Member

@aidankmcalister aidankmcalister commented Nov 17, 2025

Summary by CodeRabbit

  • Documentation

    • Removed many legacy step‑by‑step getting‑started guides and consolidated setup flows.
    • Added a comprehensive set of new quickstarts and integrations for PostgreSQL (Kysely, Drizzle, TypeORM) plus expanded Prisma quickstarts across multiple databases.
    • Updated spell‑check dictionary with additional words.
  • Chores

    • Reduced CI verbosity and adjusted automated review/default configuration flags.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 17, 2025

Walkthrough

Removes many legacy Prisma MDX docs under setup-prisma and start-from-scratch, adds consolidated Prisma ORM quickstarts and Prisma Postgres guides, updates CI/reporting and repository review config, and updates spellcheck entries. Changes are additive for new quickstarts and deletive for many prior MDX pages.

Changes

Cohort / File(s) Summary
Repo config & CI
​.coderabbit.yaml, ​.github/workflows/lychee.yml
Added top-level tone_instructions and expanded auto-review flags in .coderabbit.yaml; removed --verbose and adjusted report trimming/cleaning logic in lychee.yml.
Spellcheck config
cSpell.json
Added new words to words (e.g., pgcrypto, Saqui, Candycane, Silverlake, RSPCA, Dreamies, Treatos, Svetlana, Queenie) and added Millis to ignoreWords; fixed EOF newline.
Removed legacy setup docs (bulk)
Deleted many MDX under
content/100-getting-started/02-setup-prisma/...
content/100-getting-started/02-setup-prisma/100-start-from-scratch/...
content/100-getting-started/02-setup-prisma/200-add-to-existing-project/...
Bulk deletion of numerous "start-from-scratch", "add-to-existing-project", connect-your-database, introspection, migrate/baseline, install-prisma-client partials, querying examples, evolve-your-schema and next-steps pages across multiple DB vendors (Postgres, MySQL, PlanetScale, CockroachDB, SQL Server, SQLite, MongoDB).
Removed old quickstarts
content/100-getting-started/01-quickstart/01-quickstart-prismaPostgres.mdx, content/100-getting-started/01-quickstart/01-quickstart-sqlite.mdx
Deleted legacy top-level Prisma quickstart MDX files.
Added consolidated Prisma ORM quickstarts
content/100-getting-started/02-prisma-orm/100-quickstart/...
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/...
Added new end-to-end Prisma ORM quickstarts and matching "add-to-existing-project" guides for multiple adapters/databases: 100-prisma-postgres.mdx, 200-sqlite.mdx, 300-postgresql.mdx, 400-mysql.mdx, 500-sql-server.mdx, 600-planetscale.mdx, 700-cockroachdb.mdx, 800-mongodb.mdx.
Added Prisma Postgres guides & adapters
content/100-getting-started/03-prisma-postgres/...
Added 100-from-the-cli.mdx and adapter/ORM quickstarts: 100-kysely.mdx, 200-drizzle-orm.mdx, 300-typeorm.mdx, with examples referencing prisma.config.ts and lib/prisma.ts.
Docs-referenced sample files (examples only)
.../lib/prisma.ts, .../prisma.config.ts, .../prisma/schema.prisma
New documentation examples reference a shared lib/prisma.ts, prisma.config.ts, and updated Prisma schema/generator usage (examples added to docs; not necessarily source code in repo).

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~60 minutes

Points to focus during review:

  • Broken internal links, sidebar/nav and TOC regressions from massive MDX deletions.
  • Cross-file references in new quickstarts that expect lib/prisma.ts / prisma.config.ts — confirm example paths and that referenced example artifacts exist or are intentionally doc-only.
  • Lychee workflow trimming change — verify critical report sections are preserved for diagnostics.
  • Spellcheck additions — ensure no unintended tokenization/format changes.
  • Large deletions may affect search indices, redirects, and external links; confirm redirection plan or sitemap updates.

Possibly related PRs

Pre-merge checks

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Prisma 7 docs updates' is vague and generic, using a non-descriptive term that doesn't convey meaningful information about the specific scope or nature of the changes. Revise the title to be more specific about the primary change—e.g., 'Reorganize docs: migrate from legacy setup guides to new Prisma ORM structure' or 'Update docs: introduce Prisma 7 quickstart guides and remove deprecated workflows'.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between cf88d09 and 2c8b9e5.

📒 Files selected for processing (1)
  • content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Cloudflare Pages

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (8)
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx (1)

210-212: Minor wording refinement for section 9 introduction.

Consider slightly stronger framing here. The phrase "To make changes to your database schema:" is a bit passive. You might try: "To evolve your database schema, follow these steps:" or "Update your schema with these steps:" for more directness.

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx (1)

211-211: Strengthen the intro to section 9.

The line "To make changes to your database schema:" somewhat echoes the section heading "Evolve your schema" and adds little new information before the subsections. Consider removing it or rephrasing more directly.

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx (2)

20-22: Consider tightening the opening preamble.

Line 22 uses "In order to successfully complete this guide, you need:" which is slightly verbose. Consider: "To successfully complete this guide, you need:" This is a minor prose style improvement that adds crispness.


245-248: Strengthen the schema evolution section opening.

Line 247 states "MongoDB does not use migrations. To make changes to your database schema:" — the phrase "to make changes" is slightly passive. Consider: "MongoDB does not use migrations. To modify your database schema:" or "...To update your database schema:" This strengthens the directive language and is more direct.

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/400-mysql.mdx (1)

219-221: Minor text flow suggestion from static analysis.

The section at line 221 ("To make changes to your database schema:") could be slightly more direct. Consider: "To evolve your schema:" This is a minor optimization and entirely optional—the current phrasing is clear and works well.

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx (1)

193-193: Optional: Strengthen the transition in section 8.

The phrasing "To make changes to your database schema:" is slightly weak for a transition. Consider: "To evolve your database schema, follow these steps:" or "To make database schema changes:"

content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx (2)

425-425: Minor grammar refinement: prefer "Afterward" over "Afterwards."

For consistency with American English documentation standards, consider changing "Afterwards, you'll see" to "Afterward, you'll see."


566-566: Optional: Strengthen the opening of the "Next steps" section.

The phrase "If you want to explore more complex queries" is slightly tentative. Consider: "To explore more complex queries" or "For more advanced Prisma patterns" to project more confidence in the next learning steps.

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e25a5a7 and f489364.

📒 Files selected for processing (179)
  • .coderabbit.yaml (2 hunks)
  • .github/workflows/config/.linkspector.yml (0 hunks)
  • .github/workflows/linkspector.yml (0 hunks)
  • .github/workflows/lychee.yml (4 hunks)
  • cSpell.json (2 hunks)
  • content/100-getting-started/01-quickstart-prismaPostgres.mdx (0 hunks)
  • content/100-getting-started/01-quickstart-sqlite.mdx (0 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/300-postgresql.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/500-sql-server.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/400-mysql.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx (1 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-prismaPostgres.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-prismaPostgres.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-prismaPostgres.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-prismaPostgres.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-prismaPostgres.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/300-next-steps.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/_install-prisma-client-partial.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/300-next-steps.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/_prisma-init-partial.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/index.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/300-next-steps.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/_install-prisma-client-partial.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/300-next-steps.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/_prisma-init-partial.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/index.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/index.mdx (0 hunks)
  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx (9 hunks)
  • content/100-getting-started/03-prisma-postgres/100-quickstart/100-kysely.mdx (1 hunks)
  • content/100-getting-started/03-prisma-postgres/100-quickstart/200-drizzle-orm.mdx (1 hunks)
  • content/100-getting-started/03-prisma-postgres/100-quickstart/300-typeorm.mdx (1 hunks)
💤 Files with no reviewable changes (156)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-prismaPostgres.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/300-next-steps.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-prismaPostgres.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/300-next-steps.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/300-next-steps.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-prismaPostgres.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/_prisma-init-partial.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-postgresql.mdx
  • content/100-getting-started/01-quickstart-prismaPostgres.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-prismaPostgres.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/_install-prisma-client-partial.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/_install-prisma-client-partial.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/index.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-prismaPostgres.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-sqlserver.mdx
  • .github/workflows/config/.linkspector.yml
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/index.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/300-next-steps.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx
  • .github/workflows/linkspector.yml
  • content/100-getting-started/01-quickstart-sqlite.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/_prisma-init-partial.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/index.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-mysql.mdx
🧰 Additional context used
🧠 Learnings (7)
📓 Common learnings
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7157
File: content/800-guides/400-deno-integration.mdx:188-190
Timestamp: 2025-10-03T19:30:57.554Z
Learning: For the prisma/docs repository, do not suggest changes to code blocks when reviewing documentation pull requests.
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx
  • content/100-getting-started/03-prisma-postgres/100-quickstart/300-typeorm.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/300-postgresql.mdx
  • content/100-getting-started/03-prisma-postgres/100-quickstart/100-kysely.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/400-mysql.mdx
  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/500-sql-server.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx
  • content/100-getting-started/03-prisma-postgres/100-quickstart/200-drizzle-orm.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: Only flag code snippets for (1) exposed secrets with real-looking values that should be placeholders (e.g., API keys, database passwords, AWS credentials), or (2) blatant syntax errors like missing parentheses, brackets, braces, or mismatched delimiters. Do not flag code quality issues, anti-patterns, security vulnerabilities, missing error handling, unused variables, or any other bad practices, as documentation intentionally shows problematic code.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx
  • content/100-getting-started/03-prisma-postgres/100-quickstart/300-typeorm.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/300-postgresql.mdx
  • content/100-getting-started/03-prisma-postgres/100-quickstart/100-kysely.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/500-sql-server.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx
  • content/100-getting-started/03-prisma-postgres/100-quickstart/200-drizzle-orm.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx
📚 Learning: 2025-10-09T21:32:50.340Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7167
File: content/900-ai/prompts/astro.mdx:84-84
Timestamp: 2025-10-09T21:32:50.340Z
Learning: The `npx prisma init` command supports the following flags: `--db` (shorthand for `--datasource-provider prisma+postgres`), `--output` (specifies output location for generated client), `--generator-provider` (defines the generator provider), `--datasource-provider`, `--url`, `--preview-feature`, and `--with-model`. These are documented valid CLI options for Prisma init command.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/300-postgresql.mdx
  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
📚 Learning: 2025-10-08T16:22:57.129Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:50-66
Timestamp: 2025-10-08T16:22:57.129Z
Learning: In `.mdx` files, do NOT flag or suggest changes for the following code quality issues even if they represent poor practices: React anti-patterns (using var instead of useState, direct DOM manipulation), missing keys in .map() iterations, non-serializable props in getServerSideProps, unused variables, missing error handling, SQL injection vulnerabilities (unless actively showing how to fix them), insecure cookie settings, missing TypeScript types, PrismaClient instantiation patterns, or any other code quality, security, or performance issues. Documentation code snippets are copied from source code and often intentionally show "before" examples or common mistakes.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx
  • content/100-getting-started/03-prisma-postgres/100-quickstart/300-typeorm.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
  • content/100-getting-started/03-prisma-postgres/100-quickstart/100-kysely.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/500-sql-server.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx
📚 Learning: 2025-10-14T11:41:08.844Z
Learnt from: carlagn
Repo: prisma/docs PR: 7183
File: content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx:561-567
Timestamp: 2025-10-14T11:41:08.844Z
Learning: Ignore the file `content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx` in future reviews as per user request. Issues in this file were addressed in PR #7185.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
  • content/100-getting-started/03-prisma-postgres/100-quickstart/200-drizzle-orm.mdx
📚 Learning: 2025-08-11T09:40:55.237Z
Learnt from: ankur-arch
Repo: prisma/docs PR: 7066
File: content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/245-troubleshooting-binary-size-issues.mdx:8-22
Timestamp: 2025-08-11T09:40:55.237Z
Learning: When the queryCompiler preview feature is enabled in Prisma ORM (v6.7.0+), it does not require Rust engines for CLI tools like `prisma migrate` or `prisma db pull`. The previous understanding that CLI tools would still need Rust binaries even with queryCompiler enabled is incorrect.

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
🪛 LanguageTool
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx

[style] ~212-~212: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx

[style] ~21-~21: Consider a more concise word here.
Context: ...from-mongoose). ::: ## Prerequisites In order to successfully complete this guide, you n...

(IN_ORDER_TO_PREMIUM)


[style] ~247-~247: Consider shortening or rephrasing this to strengthen your wording.
Context: ...ma MongoDB does not use migrations. To make changes to your database schema: ### 8.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx

[style] ~212-~212: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/400-mysql.mdx

[style] ~221-~221: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx

[locale-violation] ~425-~425: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects.
Context: ... Post record in a nested write query. Afterwards, you'll see how you can retrieve the re...

(AFTERWARDS_US)


[style] ~566-~566: Consider using an alternative to strengthen your wording.
Context: ...h a basic Prisma Postgres setup. If you want to explore more complex queries, such a...

(WANT_KEEN)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx

[style] ~211-~211: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx

[style] ~232-~232: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx

[style] ~208-~208: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx

[style] ~193-~193: Consider shortening or rephrasing this to strengthen your wording.
Context: ...w instead of traditional migrations. To make changes to your database schema: ### 8.1. Update ...

(MAKE_CHANGES)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Cloudflare Pages

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 17, 2025

Deploying docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 96ce008
Status: ✅  Deploy successful!
Preview URL: https://531f8340.docs-51g.pages.dev
Branch Preview URL: https://prisma-7-merge-conficts.docs-51g.pages.dev

View logs

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (2)
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx (1)

212-212: Tighten the introductory phrase for section 9.

The phrasing "To make changes to your database schema:" is slightly wordy for an introductory statement before subsections. Consider a more direct phrasing like "Update your database schema:" to strengthen the wording and improve scannability.

content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx (1)

1-6: Minor: Align metaTitle formatting with main title for consistency.

The main title uses sentence case with "Quickstart with Prisma ORM and CockroachDB", but the metaTitle uses a colon: "Quickstart: Prisma ORM with CockroachDB (10 min)". Aligning these would improve consistency across the page metadata.

Apply this diff to align the metaTitle formatting:

-metaTitle: 'Quickstart: Prisma ORM with CockroachDB (10 min)'
+metaTitle: 'Quickstart with Prisma ORM and CockroachDB (10 min)'
📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f489364 and 50b8d99.

📒 Files selected for processing (6)
  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx
🧰 Additional context used
🧠 Learnings (6)
📓 Common learnings
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7157
File: content/800-guides/400-deno-integration.mdx:188-190
Timestamp: 2025-10-03T19:30:57.554Z
Learning: For the prisma/docs repository, do not suggest changes to code blocks when reviewing documentation pull requests.
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: Only flag code snippets for (1) exposed secrets with real-looking values that should be placeholders (e.g., API keys, database passwords, AWS credentials), or (2) blatant syntax errors like missing parentheses, brackets, braces, or mismatched delimiters. Do not flag code quality issues, anti-patterns, security vulnerabilities, missing error handling, unused variables, or any other bad practices, as documentation intentionally shows problematic code.
Learnt from: carlagn
Repo: prisma/docs PR: 7183
File: content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx:561-567
Timestamp: 2025-10-14T11:41:08.844Z
Learning: Ignore the file `content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx` in future reviews as per user request. Issues in this file were addressed in PR #7185.
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: Only flag code snippets for (1) exposed secrets with real-looking values that should be placeholders (e.g., API keys, database passwords, AWS credentials), or (2) blatant syntax errors like missing parentheses, brackets, braces, or mismatched delimiters. Do not flag code quality issues, anti-patterns, security vulnerabilities, missing error handling, unused variables, or any other bad practices, as documentation intentionally shows problematic code.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx
📚 Learning: 2025-10-08T16:22:57.129Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:50-66
Timestamp: 2025-10-08T16:22:57.129Z
Learning: In `.mdx` files, do NOT flag or suggest changes for the following code quality issues even if they represent poor practices: React anti-patterns (using var instead of useState, direct DOM manipulation), missing keys in .map() iterations, non-serializable props in getServerSideProps, unused variables, missing error handling, SQL injection vulnerabilities (unless actively showing how to fix them), insecure cookie settings, missing TypeScript types, PrismaClient instantiation patterns, or any other code quality, security, or performance issues. Documentation code snippets are copied from source code and often intentionally show "before" examples or common mistakes.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx
📚 Learning: 2025-10-14T11:41:08.844Z
Learnt from: carlagn
Repo: prisma/docs PR: 7183
File: content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx:561-567
Timestamp: 2025-10-14T11:41:08.844Z
Learning: Ignore the file `content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx` in future reviews as per user request. Issues in this file were addressed in PR #7185.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
📚 Learning: 2025-10-09T21:32:50.340Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7167
File: content/900-ai/prompts/astro.mdx:84-84
Timestamp: 2025-10-09T21:32:50.340Z
Learning: The `npx prisma init` command supports the following flags: `--db` (shorthand for `--datasource-provider prisma+postgres`), `--output` (specifies output location for generated client), `--generator-provider` (defines the generator provider), `--datasource-provider`, `--url`, `--preview-feature`, and `--with-model`. These are documented valid CLI options for Prisma init command.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
🪛 LanguageTool
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx

[style] ~21-~21: Consider a more concise word here.
Context: ...from-mongoose). ::: ## Prerequisites In order to successfully complete this guide, you n...

(IN_ORDER_TO_PREMIUM)


[style] ~247-~247: Consider shortening or rephrasing this to strengthen your wording.
Context: ...ma MongoDB does not use migrations. To make changes to your database schema: ### 8.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx

[style] ~211-~211: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx

[style] ~212-~212: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Cloudflare Pages
🔇 Additional comments (5)
content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx (1)

15-281: Excellent documentation structure and headings throughout.

All section headings properly follow sentence case conventions, and product names (Prisma ORM, CockroachDB) are correctly cased per style guidelines. The progression from prerequisites through data exploration is logical and comprehensive. Code examples are syntactically sound with appropriate placeholder values.

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx (1)

1-309: Well-structured MongoDB integration guide with clear progression and comprehensive coverage.

This is a solid new documentation file that follows established patterns and best practices. The guide covers all essential steps from initial setup through schema evolution with appropriate MongoDB-specific guidance (replica set requirements, introspection behavior, db push vs. migrate). Headings properly use sentence case, code examples are clear, and troubleshooting addresses real MongoDB connection issues. Links are properly formatted and the document flows logically from prerequisites through next steps.

The only minor observation: static analysis flagged two optional style refinements (line 21: "In order to successfully complete" could trim to "To successfully complete"; line 247: similar opportunity to tighten phrasing). These are entirely optional—the current wording is clear and appropriate for documentation tone.

content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx (2)

15-19: Clarify Prisma v6 vs v7 compatibility in the MongoDB setup.

The warning clearly states MongoDB isn't compatible with Prisma v7 and recommends v6, but the subsequent setup guide (including prisma.config.ts and the prisma init command with --output flag) follows v7 conventions. This could confuse users about which version they should actually be using for their MongoDB project.

Can you confirm whether:

  1. The prisma init command on line 92 and the prisma.config.ts shown are accurate for v6 MongoDB setup, or should they be updated to reflect v6 conventions?
  2. Is there a separate v6 setup path that should be documented instead?

[/request_verification]

Also applies to: 92-92, 100-117


1-302: Excellent comprehensive MongoDB quickstart.

The guide is well-structured, follows all repository conventions (sentence case headings with proper product name casing), includes clear step-by-step instructions with practical examples, and provides helpful troubleshooting sections. The use of shared components for prerequisites, project creation, data exploration, and next steps maintains consistency across your documentation suite. All code examples are syntactically correct, and placeholder values are appropriately used.

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx (1)

1-270: Excellent documentation guide—clear, thorough, and well-structured.

This new SQLite add-to-existing-project guide is well-written and provides a complete, logical progression from setup through schema evolution. The headings consistently use sentence case, product names are handled correctly, and all code examples are syntactically sound with no exposed secrets. The step-by-step approach (init → connect → introspect → baseline → generate → instantiate → query → evolve) makes it easy for users to follow, and the inclusion of Prisma 7 features (like prisma.config.ts) shows this is aligned with the current release. The sample code includes proper resource cleanup and error handling. Well done!

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (4)
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx (3)

16-16: Optional: Consider a more concise alternative to "In the meantime."

The phrase "In the meantime" is slightly wordy. You could simplify this to "Until then" or remove it and rewrite as: "Please use Prisma ORM v6.19 (the latest v6 release) when working with MongoDB."


29-29: Optional: Simplify "In order to."

Replace "In order to successfully complete this guide, you need:" with "To complete this guide, you need:" for better conciseness.


160-160: Minor terminology note: "username" vs "user name."

In the connection string documentation context, "username" is conventionally written as one word in technical documentation. Line 160 lists "user name" (two words)—consider aligning with "username" for consistency with standard database terminology, though this is minor.

content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx (1)

17-17: Optional: Concise alternative to "In the meantime."

Similar to the add-to-existing guide, "In the meantime" is slightly wordy. Consider "Until then" or restructure: "Please use Prisma ORM v6.19 (the latest v6 release) when working with MongoDB."

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 50b8d99 and 311bc16.

📒 Files selected for processing (10)
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/300-postgresql.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/500-sql-server.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx (1 hunks)
  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx (10 hunks)
🚧 Files skipped from review as they are similar to previous changes (3)
  • content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/500-sql-server.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/300-postgresql.mdx
🧰 Additional context used
🧠 Learnings (8)
📓 Common learnings
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7157
File: content/800-guides/400-deno-integration.mdx:188-190
Timestamp: 2025-10-03T19:30:57.554Z
Learning: For the prisma/docs repository, do not suggest changes to code blocks when reviewing documentation pull requests.
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".

Applied to files:

  • content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx
  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: Only flag code snippets for (1) exposed secrets with real-looking values that should be placeholders (e.g., API keys, database passwords, AWS credentials), or (2) blatant syntax errors like missing parentheses, brackets, braces, or mismatched delimiters. Do not flag code quality issues, anti-patterns, security vulnerabilities, missing error handling, unused variables, or any other bad practices, as documentation intentionally shows problematic code.

Applied to files:

  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
📚 Learning: 2025-10-14T11:41:08.844Z
Learnt from: carlagn
Repo: prisma/docs PR: 7183
File: content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx:561-567
Timestamp: 2025-10-14T11:41:08.844Z
Learning: Ignore the file `content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx` in future reviews as per user request. Issues in this file were addressed in PR #7185.

Applied to files:

  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx
📚 Learning: 2025-10-09T21:32:50.340Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7167
File: content/900-ai/prompts/astro.mdx:84-84
Timestamp: 2025-10-09T21:32:50.340Z
Learning: The `npx prisma init` command supports the following flags: `--db` (shorthand for `--datasource-provider prisma+postgres`), `--output` (specifies output location for generated client), `--generator-provider` (defines the generator provider), `--datasource-provider`, `--url`, `--preview-feature`, and `--with-model`. These are documented valid CLI options for Prisma init command.

Applied to files:

  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx
  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
📚 Learning: 2025-10-08T16:22:57.129Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:50-66
Timestamp: 2025-10-08T16:22:57.129Z
Learning: In `.mdx` files, do NOT flag or suggest changes for the following code quality issues even if they represent poor practices: React anti-patterns (using var instead of useState, direct DOM manipulation), missing keys in .map() iterations, non-serializable props in getServerSideProps, unused variables, missing error handling, SQL injection vulnerabilities (unless actively showing how to fix them), insecure cookie settings, missing TypeScript types, PrismaClient instantiation patterns, or any other code quality, security, or performance issues. Documentation code snippets are copied from source code and often intentionally show "before" examples or common mistakes.

Applied to files:

  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
📚 Learning: 2025-10-15T06:36:42.423Z
Learnt from: jy-joung-bitor
Repo: prisma/docs PR: 0
File: :0-0
Timestamp: 2025-10-15T06:36:42.423Z
Learning: The `tsc --init` command requires the `--types node` flag to properly include Node.js type definitions from `types/node` in the generated tsconfig.json, even when types/node is already installed. Without this flag, TypeScript may not automatically pick up Node.js typings.

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
📚 Learning: 2025-10-15T06:36:42.423Z
Learnt from: jy-joung-bitor
Repo: prisma/docs PR: 0
File: :0-0
Timestamp: 2025-10-15T06:36:42.423Z
Learning: The `npm init` command supports the `--init-type=module` flag to initialize a project with ES module type in package.json. This is a valid npm CLI option documented at https://docs.npmjs.com/cli/v11/commands/npm-init#init-type

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
🪛 LanguageTool
content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx

[locale-violation] ~427-~427: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects.
Context: ... Post record in a nested write query. Afterwards, you'll see how you can retrieve the re...

(AFTERWARDS_US)


[style] ~568-~568: Consider using an alternative to strengthen your wording.
Context: ...h a basic Prisma Postgres setup. If you want to explore more complex queries, such a...

(WANT_KEEN)

content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx

[style] ~17-~17: ‘In the meantime’ might be wordy. Consider a shorter alternative.
Context: ... ORM v7 is coming in the near future.** In the meantime, please use Prisma ORM v6.19 (the l...

(EN_WORDINESS_PREMIUM_IN_THE_MEANTIME)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx

[style] ~16-~16: ‘In the meantime’ might be wordy. Consider a shorter alternative.
Context: ... ORM v7 is coming in the near future.** In the meantime, please use Prisma ORM v6.19 (the l...

(EN_WORDINESS_PREMIUM_IN_THE_MEANTIME)


[style] ~29-~29: Consider a more concise word here.
Context: ...from-mongoose). ::: ## Prerequisites In order to successfully complete this guide, you n...

(IN_ORDER_TO_PREMIUM)


[style] ~160-~160: It’s more common nowadays to write this noun as one word.
Context: ...nents: - USERNAME: Your database user name - PASSWORD: Your database user pa...

(RECOMMENDED_COMPOUNDS)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Cloudflare Pages
🔇 Additional comments (11)
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx (1)

1-321: Well-structured MongoDB add-to-existing guide following established patterns.

The guide follows proper sentence case for headings, preserves product names correctly, includes the necessary v6.19 compatibility warning, and provides clear step-by-step instructions with code examples. All essential sections (prerequisites, setup, introspection, instantiation, schema evolution, troubleshooting) are covered. This pairs well with the quickstart guide.

content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx (1)

1-284: Well-executed CockroachDB quickstart following the established pattern.

The guide properly covers all essential steps from prerequisites through Prisma Client instantiation, correctly uses the PostgreSQL-compatible node-postgres adapter, and includes appropriate ESM configuration. Headings follow sentence case, and the structure mirrors other database quickstarts for consistency.

content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx (1)

1-284: Solid SQLite quickstart with appropriate lightweight focus.

The guide correctly reflects SQLite's minimal setup requirements (5-minute estimate vs. 10+ minutes for other databases), uses the better-sqlite3 adapter, and includes a helpful note about SQLite-specific requirements for Prisma Studio. Headings and structure follow the established pattern.

content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx (1)

1-309: Comprehensive PlanetScale quickstart with proper database-specific guidance.

The guide correctly highlights PlanetScale-specific requirements (relationMode = "prisma", required indexes on foreign keys, branching workflow with db push), appropriately references the PostgreSQL guide for PlanetScale PostgreSQL users, and includes all necessary setup steps. The UndiciClient dependency is properly documented.

content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx (1)

1-321: Solid MongoDB quickstart with v6 compatibility clearly communicated.

The guide properly emphasizes MongoDB's v6.19 requirement, correctly omits driver adapters (MongoDB connects directly), uses appropriate patterns (ObjectId mapping, db push, engine: "classic"), and provides helpful troubleshooting for common authentication issues. Structure and headings follow the established pattern.

content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx (1)

1-276: Well-crafted Prisma Postgres quickstart showcasing managed database setup.

The guide correctly highlights the key differentiator: the --db flag that creates a new Prisma Postgres database automatically, includes an informative note about the interactive setup prompts, and provides clear examples for all setup steps. The 5-minute estimate appropriately reflects the simplified setup with a managed database.

content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx (5)

140-140: Verify TypeScript configuration for Node.js type definitions.

The tsc --init command at line 140 may need the --types node flag to ensure Node.js type definitions are properly included in the generated tsconfig.json. Given that the guide uses Node.js APIs and the learning suggests this flag is required for proper type inclusion, please verify if this flag should be added here.


188-295: Well-structured Prisma ORM setup with clear separation of concerns.

The new architecture—introducing prisma.config.ts for configuration and lib/prisma.ts for client instantiation—is well-designed and clearly documented. The import paths are consistent throughout the guide, and the use of env() in the config with process.env.DATABASE_URL in the client aligns properly.


301-561: Progressive, well-structured query examples with realistic outputs.

The progression from basic create operations through findMany to nested relation queries effectively demonstrates Prisma ORM capabilities. Each example correctly imports from the centralized lib/prisma, and the output examples are realistic and aligned with the query logic.


2-592: Heading structure and case conventions are correct throughout.

All section headings properly follow sentence case conventions with appropriate preservation of product names ("Prisma Client", "Prisma ORM"). The hierarchical structure (##, ###) is clear and aids navigation.


170-187: Complete technical coverage with all necessary steps and context.

The guide successfully covers dependency installation with clear explanations, includes both migration and client generation steps, and provides appropriate next steps with the updated Prisma Studio command. All package purposes are documented.

Also applies to: 233-276, 566-592

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

♻️ Duplicate comments (1)
content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx (1)

433-433: Use American English: "Afterward" instead of "Afterwards".

This is a locale preference for consistency with American English documentation conventions.

Apply this correction:

-In this section, you'll learn how to create a `User` and a `Post` record in a nested write query. Afterwards, you'll see how you can retrieve the relation from the database using the `include` option.
+In this section, you'll learn how to create a `User` and a `Post` record in a nested write query. Afterward, you'll see how you can retrieve the relation from the database using the `include` option.
🧹 Nitpick comments (1)
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx (1)

216-216: Minor: Inconsistent punctuation in subsection headers.

Line 216 (### 9.1. Update your Prisma schema file) lacks a colon, while line 240 (### 9.2. Create and apply a migration:) includes one. For consistency within a parallel structure, both should follow the same pattern.

Also applies to: 240-240

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 311bc16 and a611e02.

📒 Files selected for processing (3)
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx (1 hunks)
  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx (10 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx
🧰 Additional context used
🧠 Learnings (7)
📓 Common learnings
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7157
File: content/800-guides/400-deno-integration.mdx:188-190
Timestamp: 2025-10-03T19:30:57.554Z
Learning: For the prisma/docs repository, do not suggest changes to code blocks when reviewing documentation pull requests.
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: Only flag code snippets for (1) exposed secrets with real-looking values that should be placeholders (e.g., API keys, database passwords, AWS credentials), or (2) blatant syntax errors like missing parentheses, brackets, braces, or mismatched delimiters. Do not flag code quality issues, anti-patterns, security vulnerabilities, missing error handling, unused variables, or any other bad practices, as documentation intentionally shows problematic code.
Learnt from: carlagn
Repo: prisma/docs PR: 7183
File: content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx:561-567
Timestamp: 2025-10-14T11:41:08.844Z
Learning: Ignore the file `content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx` in future reviews as per user request. Issues in this file were addressed in PR #7185.
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:50-66
Timestamp: 2025-10-08T16:22:57.129Z
Learning: In `.mdx` files, do NOT flag or suggest changes for the following code quality issues even if they represent poor practices: React anti-patterns (using var instead of useState, direct DOM manipulation), missing keys in .map() iterations, non-serializable props in getServerSideProps, unused variables, missing error handling, SQL injection vulnerabilities (unless actively showing how to fix them), insecure cookie settings, missing TypeScript types, PrismaClient instantiation patterns, or any other code quality, security, or performance issues. Documentation code snippets are copied from source code and often intentionally show "before" examples or common mistakes.
📚 Learning: 2025-10-09T21:32:50.340Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7167
File: content/900-ai/prompts/astro.mdx:84-84
Timestamp: 2025-10-09T21:32:50.340Z
Learning: The `npx prisma init` command supports the following flags: `--db` (shorthand for `--datasource-provider prisma+postgres`), `--output` (specifies output location for generated client), `--generator-provider` (defines the generator provider), `--datasource-provider`, `--url`, `--preview-feature`, and `--with-model`. These are documented valid CLI options for Prisma init command.

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx
📚 Learning: 2025-08-11T09:40:55.237Z
Learnt from: ankur-arch
Repo: prisma/docs PR: 7066
File: content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/245-troubleshooting-binary-size-issues.mdx:8-22
Timestamp: 2025-08-11T09:40:55.237Z
Learning: When the queryCompiler preview feature is enabled in Prisma ORM (v6.7.0+), it does not require Rust engines for CLI tools like `prisma migrate` or `prisma db pull`. The previous understanding that CLI tools would still need Rust binaries even with queryCompiler enabled is incorrect.

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: Only flag code snippets for (1) exposed secrets with real-looking values that should be placeholders (e.g., API keys, database passwords, AWS credentials), or (2) blatant syntax errors like missing parentheses, brackets, braces, or mismatched delimiters. Do not flag code quality issues, anti-patterns, security vulnerabilities, missing error handling, unused variables, or any other bad practices, as documentation intentionally shows problematic code.

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx
📚 Learning: 2025-10-15T06:36:42.423Z
Learnt from: jy-joung-bitor
Repo: prisma/docs PR: 0
File: :0-0
Timestamp: 2025-10-15T06:36:42.423Z
Learning: The `tsc --init` command requires the `--types node` flag to properly include Node.js type definitions from `types/node` in the generated tsconfig.json, even when types/node is already installed. Without this flag, TypeScript may not automatically pick up Node.js typings.

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
📚 Learning: 2025-10-15T06:36:42.423Z
Learnt from: jy-joung-bitor
Repo: prisma/docs PR: 0
File: :0-0
Timestamp: 2025-10-15T06:36:42.423Z
Learning: The `npm init` command supports the `--init-type=module` flag to initialize a project with ES module type in package.json. This is a valid npm CLI option documented at https://docs.npmjs.com/cli/v11/commands/npm-init#init-type

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
🪛 LanguageTool
content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx

[locale-violation] ~433-~433: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects.
Context: ... Post record in a nested write query. Afterwards, you'll see how you can retrieve the re...

(AFTERWARDS_US)


[style] ~574-~574: Consider using an alternative to strengthen your wording.
Context: ...h a basic Prisma Postgres setup. If you want to explore more complex queries, such a...

(WANT_KEEN)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx

[style] ~214-~214: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Cloudflare Pages
🔇 Additional comments (2)
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx (2)

1-6: Excellent frontmatter and document setup.

The metadata is well-crafted—all headings follow proper sentence case per documentation guidelines, product names are correctly preserved, and the meta descriptions clearly communicate value to readers.


12-265: Comprehensive and well-structured guide.

The document flows logically from prerequisites through schema introspection, baselining, client generation, and schema evolution. Instructions are clear, code examples are complete and contextually relevant, and you've included helpful links to reference documentation in the "More info" section. The integration of prisma.config.ts and the shared lib/prisma.ts export aligns well with the PR objectives.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx (1)

209-211: Refine section 9 intro for clarity and consistency.

Line 211's intro text ("To make changes to your database schema:") is somewhat redundant given the section heading "Evolve your schema" and breaks the pattern established in earlier sections. Consider removing it entirely, as the subsection headings (9.1, 9.2) and instructions that follow are self-explanatory. This maintains consistency with how sections 1–8 flow directly from heading to instruction.

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a611e02 and 9a1a440.

📒 Files selected for processing (2)
  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx (1 hunks)
🧰 Additional context used
🧠 Learnings (6)
📓 Common learnings
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7157
File: content/800-guides/400-deno-integration.mdx:188-190
Timestamp: 2025-10-03T19:30:57.554Z
Learning: For the prisma/docs repository, do not suggest changes to code blocks when reviewing documentation pull requests.
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: Only flag code snippets for (1) exposed secrets with real-looking values that should be placeholders (e.g., API keys, database passwords, AWS credentials), or (2) blatant syntax errors like missing parentheses, brackets, braces, or mismatched delimiters. Do not flag code quality issues, anti-patterns, security vulnerabilities, missing error handling, unused variables, or any other bad practices, as documentation intentionally shows problematic code.
Learnt from: carlagn
Repo: prisma/docs PR: 7183
File: content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx:561-567
Timestamp: 2025-10-14T11:41:08.844Z
Learning: Ignore the file `content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx` in future reviews as per user request. Issues in this file were addressed in PR #7185.
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:50-66
Timestamp: 2025-10-08T16:22:57.129Z
Learning: In `.mdx` files, do NOT flag or suggest changes for the following code quality issues even if they represent poor practices: React anti-patterns (using var instead of useState, direct DOM manipulation), missing keys in .map() iterations, non-serializable props in getServerSideProps, unused variables, missing error handling, SQL injection vulnerabilities (unless actively showing how to fix them), insecure cookie settings, missing TypeScript types, PrismaClient instantiation patterns, or any other code quality, security, or performance issues. Documentation code snippets are copied from source code and often intentionally show "before" examples or common mistakes.
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".

Applied to files:

  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
📚 Learning: 2025-10-09T21:32:50.340Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7167
File: content/900-ai/prompts/astro.mdx:84-84
Timestamp: 2025-10-09T21:32:50.340Z
Learning: The `npx prisma init` command supports the following flags: `--db` (shorthand for `--datasource-provider prisma+postgres`), `--output` (specifies output location for generated client), `--generator-provider` (defines the generator provider), `--datasource-provider`, `--url`, `--preview-feature`, and `--with-model`. These are documented valid CLI options for Prisma init command.

Applied to files:

  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: Only flag code snippets for (1) exposed secrets with real-looking values that should be placeholders (e.g., API keys, database passwords, AWS credentials), or (2) blatant syntax errors like missing parentheses, brackets, braces, or mismatched delimiters. Do not flag code quality issues, anti-patterns, security vulnerabilities, missing error handling, unused variables, or any other bad practices, as documentation intentionally shows problematic code.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
📚 Learning: 2025-10-14T11:41:08.844Z
Learnt from: carlagn
Repo: prisma/docs PR: 7183
File: content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx:561-567
Timestamp: 2025-10-14T11:41:08.844Z
Learning: Ignore the file `content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx` in future reviews as per user request. Issues in this file were addressed in PR #7185.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
📚 Learning: 2025-10-08T16:22:57.129Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:50-66
Timestamp: 2025-10-08T16:22:57.129Z
Learning: In `.mdx` files, do NOT flag or suggest changes for the following code quality issues even if they represent poor practices: React anti-patterns (using var instead of useState, direct DOM manipulation), missing keys in .map() iterations, non-serializable props in getServerSideProps, unused variables, missing error handling, SQL injection vulnerabilities (unless actively showing how to fix them), insecure cookie settings, missing TypeScript types, PrismaClient instantiation patterns, or any other code quality, security, or performance issues. Documentation code snippets are copied from source code and often intentionally show "before" examples or common mistakes.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
🪛 LanguageTool
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx

[style] ~211-~211: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Cloudflare Pages
🔇 Additional comments (2)
content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx (1)

1-300: Documentation structure and formatting are excellent.

The quickstart is well-organized with clear progression from setup through to data exploration. Headings consistently use sentence case, product names (Prisma ORM, Prisma Client, Prisma Studio) are correctly cased, and the integration of reusable components makes this maintainable. The prisma.config.ts configuration examples and ESM setup guidance are comprehensive, and the SQLite-specific notes about runtime requirements and workarounds add practical value for users.

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx (1)

1-286: Overall guide structure and content quality are strong.

The add-to-existing guide properly covers the introspection and baselining workflow that distinguishes this scenario from a greenfield project. Headings are consistently in sentence case, product names are correctly preserved, and the progression from setup through schema evolution is logical. The prisma.config.ts configuration mirrors file 1 appropriately, and the SQLite-specific notes for Prisma Studio maintain parity with the quickstart. Reusable components keep the documentation DRY and maintainable.

aidankmcalister and others added 23 commits November 18, 2025 14:04
* `prisma-client-js` deprecated

* chore: empty commit

* broken link updated
* added env vars section to various pages

* minor coderabbit updates

* verbose removed

* test removed redirect list

* removed quickstart addition

* converted quickstarts back
* middleware deleted

* more middleware removed

* more middleware removed

* coderabbit changes
* feat: add new features

* fix: revert links

* fix: broken links

* fix: broken link
* feat(docs): add youtube embeded link to blog post (#7220)

Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>

* feat(docs): add quick  section to blog after the prompt (#7221)

Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>

* DC-5242 Astro Better-Auth Guide (#7215)

* doc created

* nextjs betterauth fixed

* guide broken down into manageable steps

* image added

* Optimised images with calibre/image-actions

* image updated

* Optimised images with calibre/image-actions

* lychee only comments on broken links

* config updated

* lychee updated based on CR comment

* chore: trigger CI checks

* ignore gnu

* fix: update naming to better-auth DC-6120

* Optimised images with calibre/image-actions

* chore: shorten word

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ankur Datta <64993082+ankur-arch@users.noreply.github.com>

* feat: restructure getting started side nav

* DC-5841 Removed Linkspector (#7231)

* removed linkspector

* retrigger

* retrigger

* retrigger

* Update label for Prisma Postgres tab (#7236)

* fix: content changes for getting started page (#7216)

* fix: content changes for getting started page

* fix: add redirects

* getting started checkpoint

* css styles fixed

* updates

---------

Co-authored-by: Aidan McAlister <aidankmcalister@gmail.com>
Co-authored-by: Aidan McAlister <105178005+aidankmcalister@users.noreply.github.com>

* DC-5820 AI Agents Served Markdown (#7237)

* ai crawler check successful

* ai crawlers checked

* update

* added anthropic

* middleware update

* improve detection

---------

Co-authored-by: Mike Hartington <mikehartington@gmail.com>

* feat: add prisma-orm quickstarts

* fix: update times and add proper links

* fix: instropspect changes

* feat: add get started from prisma orm page

* feat: add other orms

* fix: update other tools + ppg

* fix: add more clarity

* fix: add prisma postgres

* feat: clear migrate from early access

* fix: add to existing dbs sections

* Remove MCP server exploration tip (#7241)

Removed tip about using Cloudflare's AI Playground for MCP server exploration, as it no longer seems to reliably work.

* fix: clean-up docs files

* fix: typeorm missing urls

* fix: broken link

* fix: update titles

* fix: clear redirect loop (#7250)

* fix: add generate step + sqlite fixes

* fix: clean-up redirects file DC-6228

* fix: clean-up unnecessary file

* fix: remove unknown word

* fix: add links

---------

Co-authored-by: Arthur <arthur_gamby@hotmail.fr>
Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>
Co-authored-by: Aidan McAlister <105178005+aidankmcalister@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Petra Donka <donkapetra@gmail.com>
Co-authored-by: Aidan McAlister <aidankmcalister@gmail.com>
Co-authored-by: Mike Hartington <mikehartington@gmail.com>
* update

* use pg adapter instead of accelerate

* update

* add dotenv in prisma.config.ts

* fix warning note

* update

* update
* (feat) Update guides to use prisma.config.ts

* refactor: Updated guides for Prisma 7 changes

---------

Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>
* feat: add kysley

* feat: add drizzle

* feat: add typeorm

* fix: clean-up

* feat: separate the sections better

* fix: remove badges
* feat: add kysley

* feat: add drizzle

* feat: add typeorm

* fix: clean-up

* fix: update prisma init command changes

* feat: update prisma cli docs

* fix: clarify the usage of prisma init better

* fix: add type defs

* feat: add pg as a dependency

* fix: broken internal link
* feat: add mentions of new Prisma Studio

* feat: add note for Studio for SQLite

* Update content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx

* Update content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx

* fix: make prisma studio docs more accurate

* fix: add missing punctuation
* feat: add mention of mongo support coming for mongo

* fix: refinements

* Update content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
…7268)

* (feat) Removes Accelerate specific instructions for Prisma Postgres

* feat: update Deno integration guide to include additional development dependencies
* feat: update serverless driver docs

* feat: add connection pool defaults

* feat: add query caching steps for prisma postgres

* Update content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/115-connection-pool.mdx

* Update content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/index.mdx

* Update content/200-orm/050-overview/500-databases/200-database-drivers.mdx

* Update content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/115-connection-pool.mdx
* docs(): add v7 migration guide

* docs(): update based on feedback

* Update content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/400-upgrading-to-prisma-7.mdx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* docs(): update based on feedback

* docs(): update based on feedback

* docs(): update based on feedback

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* update nuxt guide

* update
* feat(docs): add youtube embeded link to blog post (#7220)

Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>

* feat(docs): add quick  section to blog after the prompt (#7221)

Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>

* DC-5242 Astro Better-Auth Guide (#7215)

* doc created

* nextjs betterauth fixed

* guide broken down into manageable steps

* image added

* Optimised images with calibre/image-actions

* image updated

* Optimised images with calibre/image-actions

* lychee only comments on broken links

* config updated

* lychee updated based on CR comment

* chore: trigger CI checks

* ignore gnu

* fix: update naming to better-auth DC-6120

* Optimised images with calibre/image-actions

* chore: shorten word

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ankur Datta <64993082+ankur-arch@users.noreply.github.com>

* DC-5841 Removed Linkspector (#7231)

* removed linkspector

* retrigger

* retrigger

* retrigger

* Update label for Prisma Postgres tab (#7236)

* fix: content changes for getting started page (#7216)

* fix: content changes for getting started page

* fix: add redirects

* getting started checkpoint

* css styles fixed

* updates

---------

Co-authored-by: Aidan McAlister <aidankmcalister@gmail.com>
Co-authored-by: Aidan McAlister <105178005+aidankmcalister@users.noreply.github.com>

* DC-5820 AI Agents Served Markdown (#7237)

* ai crawler check successful

* ai crawlers checked

* update

* added anthropic

* middleware update

* improve detection

---------

Co-authored-by: Mike Hartington <mikehartington@gmail.com>

* Remove MCP server exploration tip (#7241)

Removed tip about using Cloudflare's AI Playground for MCP server exploration, as it no longer seems to reliably work.

* fix: clear redirect loop (#7250)

* Fix typo in environment variables reference (#7193)

* Fix typo in environment variables reference

* remove duplicate can be

---------

Co-authored-by: Ankur Datta <64993082+ankur-arch@users.noreply.github.com>

* chore(): add summary sections to top pages (#7228)

* DC-6234 Getting Started Page Updates (#7254)

* arrow added

* quickstart card hover

* always copy button added

* hover effect on copy button

* spcaer added

* pointless css removed

* updaets

* fuctional

* revewrt

* fixed for mobile

* link fix

---------

Co-authored-by: Arthur <arthur_gamby@hotmail.fr>
Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ankur Datta <64993082+ankur-arch@users.noreply.github.com>
Co-authored-by: Petra Donka <donkapetra@gmail.com>
Co-authored-by: Mike Hartington <mikehartington@gmail.com>
Co-authored-by: Odysseus Zhang <b1fzhang@gmail.com>
Co-authored-by: Mike Hartington <mhartington@users.noreply.github.com>
@github-actions
Copy link
Contributor

Dangerous URL check

No absolute URLs to prisma.io/docs found.
No local URLs found.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

original preview
content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx
content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx
content/100-getting-started/02-prisma-orm/100-quickstart/300-postgresql.mdx content/100-getting-started/02-prisma-orm/100-quickstart/300-postgresql.mdx
content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx
content/100-getting-started/02-prisma-orm/100-quickstart/500-sql-server.mdx content/100-getting-started/02-prisma-orm/100-quickstart/500-sql-server.mdx
content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx
content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx
content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/400-mysql.mdx content/100-getting-started/02-prisma-orm/200-add-to-existing-project/400-mysql.mdx
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
content/100-getting-started/03-prisma-postgres/100-quickstart/100-kysely.mdx content/100-getting-started/03-prisma-postgres/100-quickstart/100-kysely.mdx
content/100-getting-started/03-prisma-postgres/100-quickstart/200-drizzle-orm.mdx content/100-getting-started/03-prisma-postgres/100-quickstart/200-drizzle-orm.mdx
content/100-getting-started/03-prisma-postgres/100-quickstart/300-typeorm.mdx content/100-getting-started/03-prisma-postgres/100-quickstart/300-typeorm.mdx
content/100-getting-started/03-prisma-postgres/100-quickstart/50-prisma-orm.mdx content/100-getting-started/03-prisma-postgres/100-quickstart/50-prisma-orm.mdx
content/100-getting-started/_components/_create-prisma-client.mdx content/100-getting-started/_components/_create-prisma-client.mdx
content/100-getting-started/_components/_create-project.mdx content/100-getting-started/_components/_create-project.mdx
content/100-getting-started/_components/_explore-data.mdx content/100-getting-started/_components/_explore-data.mdx
content/100-getting-started/_components/_install-prisma-client.mdx content/100-getting-started/_components/_install-prisma-client.mdx
content/100-getting-started/_components/_next-steps.mdx content/100-getting-started/_components/_next-steps.mdx
content/100-getting-started/_components/_prerequisites.mdx content/100-getting-started/_components/_prerequisites.mdx
content/100-getting-started/_components/_prisma-init.mdx content/100-getting-started/_components/_prisma-init.mdx
content/200-orm/025-getting-started/10-quickstart.mdx content/200-orm/025-getting-started/10-quickstart.mdx
content/200-orm/025-getting-started/20-add-to-existing-project.mdx content/200-orm/025-getting-started/20-add-to-existing-project.mdx
content/200-orm/025-getting-started/index.mdx content/200-orm/025-getting-started/index.mdx
content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/400-upgrading-to-prisma-7.mdx content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/400-upgrading-to-prisma-7.mdx
content/250-postgres/50-getting-started/100-quickstart.mdx content/250-postgres/50-getting-started/100-quickstart.mdx
content/250-postgres/50-getting-started/200-import-from-existing-database.mdx content/250-postgres/50-getting-started/200-import-from-existing-database.mdx
content/900-ai/prompts/prisma-7.mdx content/900-ai/prompts/prisma-7.mdx
content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
content/100-getting-started/03-prisma-postgres/110-import-from-existing-database-postgresql.mdx content/100-getting-started/03-prisma-postgres/110-import-from-existing-database-postgresql.mdx
content/100-getting-started/03-prisma-postgres/115-import-from-existing-database-mysql.mdx content/100-getting-started/03-prisma-postgres/115-import-from-existing-database-mysql.mdx
content/100-getting-started/index.mdx content/100-getting-started/index.mdx
content/200-orm/050-overview/100-introduction/100-what-is-prisma.mdx content/200-orm/050-overview/100-introduction/100-what-is-prisma.mdx
content/200-orm/050-overview/100-introduction/300-data-modeling.mdx content/200-orm/050-overview/100-introduction/300-data-modeling.mdx
content/200-orm/050-overview/300-prisma-in-your-stack/01-rest.mdx content/200-orm/050-overview/300-prisma-in-your-stack/01-rest.mdx
content/200-orm/050-overview/300-prisma-in-your-stack/03-fullstack.mdx content/200-orm/050-overview/300-prisma-in-your-stack/03-fullstack.mdx
content/200-orm/050-overview/300-prisma-in-your-stack/04-is-prisma-an-orm.mdx content/200-orm/050-overview/300-prisma-in-your-stack/04-is-prisma-an-orm.mdx
content/200-orm/050-overview/500-databases/200-database-drivers.mdx content/200-orm/050-overview/500-databases/200-database-drivers.mdx
content/200-orm/050-overview/500-databases/300-postgresql.mdx content/200-orm/050-overview/500-databases/300-postgresql.mdx
content/200-orm/050-overview/500-databases/400-mysql.mdx content/200-orm/050-overview/500-databases/400-mysql.mdx
content/200-orm/050-overview/500-databases/500-sqlite.mdx content/200-orm/050-overview/500-databases/500-sqlite.mdx
content/200-orm/050-overview/500-databases/600-mongodb.mdx content/200-orm/050-overview/500-databases/600-mongodb.mdx
content/200-orm/050-overview/500-databases/800-sql-server/index.mdx content/200-orm/050-overview/500-databases/800-sql-server/index.mdx
content/200-orm/050-overview/500-databases/840-cockroachdb.mdx content/200-orm/050-overview/500-databases/840-cockroachdb.mdx
content/200-orm/050-overview/500-databases/850-planetscale.mdx content/200-orm/050-overview/500-databases/850-planetscale.mdx
content/200-orm/050-overview/500-databases/880-supabase.mdx content/200-orm/050-overview/500-databases/880-supabase.mdx
content/200-orm/050-overview/500-databases/890-neon.mdx content/200-orm/050-overview/500-databases/890-neon.mdx
content/200-orm/050-overview/500-databases/900-turso.mdx content/200-orm/050-overview/500-databases/900-turso.mdx
content/200-orm/050-overview/500-databases/950-cloudflare-d1.mdx content/200-orm/050-overview/500-databases/950-cloudflare-d1.mdx
content/200-orm/050-overview/600-beyond-prisma-orm.mdx content/200-orm/050-overview/600-beyond-prisma-orm.mdx
content/200-orm/100-prisma-schema/10-overview/02-data-sources.mdx content/200-orm/100-prisma-schema/10-overview/02-data-sources.mdx
content/200-orm/100-prisma-schema/10-overview/03-generators.mdx content/200-orm/100-prisma-schema/10-overview/03-generators.mdx
content/200-orm/100-prisma-schema/10-overview/04-location.mdx content/200-orm/100-prisma-schema/10-overview/04-location.mdx
content/200-orm/100-prisma-schema/10-overview/index.mdx content/200-orm/100-prisma-schema/10-overview/index.mdx
content/200-orm/100-prisma-schema/20-data-model/10-models.mdx content/200-orm/100-prisma-schema/20-data-model/10-models.mdx
content/200-orm/100-prisma-schema/20-data-model/20-relations/100-one-to-one-relations.mdx content/200-orm/100-prisma-schema/20-data-model/20-relations/100-one-to-one-relations.mdx
content/200-orm/100-prisma-schema/20-data-model/20-relations/200-one-to-many-relations.mdx content/200-orm/100-prisma-schema/20-data-model/20-relations/200-one-to-many-relations.mdx
content/200-orm/100-prisma-schema/20-data-model/20-relations/300-many-to-many-relations.mdx content/200-orm/100-prisma-schema/20-data-model/20-relations/300-many-to-many-relations.mdx
content/200-orm/100-prisma-schema/20-data-model/20-relations/410-referential-actions/index.mdx content/200-orm/100-prisma-schema/20-data-model/20-relations/410-referential-actions/index.mdx
content/200-orm/100-prisma-schema/20-data-model/20-relations/420-relation-mode.mdx content/200-orm/100-prisma-schema/20-data-model/20-relations/420-relation-mode.mdx
content/200-orm/100-prisma-schema/20-data-model/20-relations/index.mdx content/200-orm/100-prisma-schema/20-data-model/20-relations/index.mdx
content/200-orm/100-prisma-schema/20-data-model/30-indexes.mdx content/200-orm/100-prisma-schema/20-data-model/30-indexes.mdx
content/200-orm/100-prisma-schema/20-data-model/40-views.mdx content/200-orm/100-prisma-schema/20-data-model/40-views.mdx
content/200-orm/100-prisma-schema/20-data-model/50-database-mapping.mdx content/200-orm/100-prisma-schema/20-data-model/50-database-mapping.mdx
content/200-orm/100-prisma-schema/20-data-model/60-multi-schema.mdx content/200-orm/100-prisma-schema/20-data-model/60-multi-schema.mdx
content/200-orm/100-prisma-schema/20-data-model/65-externally-managed-tables.mdx content/200-orm/100-prisma-schema/20-data-model/65-externally-managed-tables.mdx
content/200-orm/100-prisma-schema/20-data-model/70-unsupported-database-features.mdx content/200-orm/100-prisma-schema/20-data-model/70-unsupported-database-features.mdx
content/200-orm/100-prisma-schema/20-data-model/80-table-inheritance.mdx content/200-orm/100-prisma-schema/20-data-model/80-table-inheritance.mdx
content/200-orm/100-prisma-schema/50-introspection.mdx content/200-orm/100-prisma-schema/50-introspection.mdx
content/200-orm/200-prisma-client/000-setup-and-configuration/005-introduction.mdx content/200-orm/200-prisma-client/000-setup-and-configuration/005-introduction.mdx
content/200-orm/200-prisma-client/000-setup-and-configuration/010-generating-prisma-client.mdx content/200-orm/200-prisma-client/000-setup-and-configuration/010-generating-prisma-client.mdx
content/200-orm/200-prisma-client/000-setup-and-configuration/015-instantiate-prisma-client.mdx content/200-orm/200-prisma-client/000-setup-and-configuration/015-instantiate-prisma-client.mdx
content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/100-connection-management.mdx content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/100-connection-management.mdx
content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/115-connection-pool.mdx content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/115-connection-pool.mdx
content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/200-pgbouncer.mdx content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/200-pgbouncer.mdx
content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/index.mdx content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/index.mdx
content/200-orm/200-prisma-client/000-setup-and-configuration/200-read-replicas.mdx content/200-orm/200-prisma-client/000-setup-and-configuration/200-read-replicas.mdx
content/200-orm/200-prisma-client/000-setup-and-configuration/300-no-rust-engine.mdx content/200-orm/200-prisma-client/000-setup-and-configuration/300-no-rust-engine.mdx
content/200-orm/200-prisma-client/100-queries/030-crud.mdx content/200-orm/200-prisma-client/100-queries/030-crud.mdx
content/200-orm/200-prisma-client/100-queries/037-relation-queries.mdx content/200-orm/200-prisma-client/100-queries/037-relation-queries.mdx
content/200-orm/200-prisma-client/100-queries/050-filtering-and-sorting.mdx content/200-orm/200-prisma-client/100-queries/050-filtering-and-sorting.mdx
content/200-orm/200-prisma-client/100-queries/056-aggregation-grouping-summarizing.mdx content/200-orm/200-prisma-client/100-queries/056-aggregation-grouping-summarizing.mdx
content/200-orm/200-prisma-client/100-queries/058-transactions.mdx content/200-orm/200-prisma-client/100-queries/058-transactions.mdx
content/200-orm/200-prisma-client/100-queries/060-full-text-search.mdx content/200-orm/200-prisma-client/100-queries/060-full-text-search.mdx
content/200-orm/200-prisma-client/100-queries/061-custom-validation.mdx content/200-orm/200-prisma-client/100-queries/061-custom-validation.mdx
content/200-orm/200-prisma-client/100-queries/062-computed-fields.mdx content/200-orm/200-prisma-client/100-queries/062-computed-fields.mdx
content/200-orm/200-prisma-client/100-queries/064-custom-models.mdx content/200-orm/200-prisma-client/100-queries/064-custom-models.mdx
content/200-orm/200-prisma-client/100-queries/070-case-sensitivity.mdx content/200-orm/200-prisma-client/100-queries/070-case-sensitivity.mdx
content/200-orm/200-prisma-client/100-queries/100-query-optimization-performance.mdx content/200-orm/200-prisma-client/100-queries/100-query-optimization-performance.mdx
content/200-orm/200-prisma-client/150-using-raw-sql/100-typedsql.mdx content/200-orm/200-prisma-client/150-using-raw-sql/100-typedsql.mdx
content/200-orm/200-prisma-client/150-using-raw-sql/200-raw-queries.mdx content/200-orm/200-prisma-client/150-using-raw-sql/200-raw-queries.mdx
content/200-orm/200-prisma-client/150-using-raw-sql/300-safeql.mdx content/200-orm/200-prisma-client/150-using-raw-sql/300-safeql.mdx
content/200-orm/200-prisma-client/200-special-fields-and-types/057-composite-types.mdx content/200-orm/200-prisma-client/200-special-fields-and-types/057-composite-types.mdx
content/200-orm/200-prisma-client/200-special-fields-and-types/080-null-and-undefined.mdx content/200-orm/200-prisma-client/200-special-fields-and-types/080-null-and-undefined.mdx
content/200-orm/200-prisma-client/200-special-fields-and-types/100-working-with-json-fields.mdx content/200-orm/200-prisma-client/200-special-fields-and-types/100-working-with-json-fields.mdx
content/200-orm/200-prisma-client/200-special-fields-and-types/200-working-with-scalar-lists-arrays.mdx content/200-orm/200-prisma-client/200-special-fields-and-types/200-working-with-scalar-lists-arrays.mdx
content/200-orm/200-prisma-client/200-special-fields-and-types/300-working-with-composite-ids-and-constraints.mdx content/200-orm/200-prisma-client/200-special-fields-and-types/300-working-with-composite-ids-and-constraints.mdx
content/200-orm/200-prisma-client/300-client-extensions/100-model.mdx content/200-orm/200-prisma-client/300-client-extensions/100-model.mdx
content/200-orm/200-prisma-client/300-client-extensions/110-client.mdx content/200-orm/200-prisma-client/300-client-extensions/110-client.mdx
content/200-orm/200-prisma-client/300-client-extensions/120-query.mdx content/200-orm/200-prisma-client/300-client-extensions/120-query.mdx
content/200-orm/200-prisma-client/300-client-extensions/130-result.mdx content/200-orm/200-prisma-client/300-client-extensions/130-result.mdx
content/200-orm/200-prisma-client/300-client-extensions/index.mdx content/200-orm/200-prisma-client/300-client-extensions/index.mdx
content/200-orm/200-prisma-client/400-type-safety/830-prisma-type-system.mdx content/200-orm/200-prisma-client/400-type-safety/830-prisma-type-system.mdx
content/200-orm/200-prisma-client/400-type-safety/index.mdx content/200-orm/200-prisma-client/400-type-safety/index.mdx
content/200-orm/200-prisma-client/450-testing/100-unit-testing.mdx content/200-orm/200-prisma-client/450-testing/100-unit-testing.mdx
content/200-orm/200-prisma-client/450-testing/150-integration-testing.mdx content/200-orm/200-prisma-client/450-testing/150-integration-testing.mdx
content/200-orm/200-prisma-client/500-deployment/101-traditional/200-deploy-to-heroku.mdx content/200-orm/200-prisma-client/500-deployment/101-traditional/200-deploy-to-heroku.mdx
content/200-orm/200-prisma-client/500-deployment/101-traditional/250-deploy-to-koyeb.mdx content/200-orm/200-prisma-client/500-deployment/101-traditional/250-deploy-to-koyeb.mdx
content/200-orm/200-prisma-client/500-deployment/201-serverless/300-deploy-to-vercel.mdx content/200-orm/200-prisma-client/500-deployment/201-serverless/300-deploy-to-vercel.mdx
content/200-orm/200-prisma-client/500-deployment/201-serverless/400-deploy-to-aws-lambda.mdx content/200-orm/200-prisma-client/500-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
content/200-orm/200-prisma-client/500-deployment/301-edge/450-deploy-to-cloudflare.mdx content/200-orm/200-prisma-client/500-deployment/301-edge/450-deploy-to-cloudflare.mdx
content/200-orm/200-prisma-client/500-deployment/301-edge/485-deploy-to-vercel.mdx content/200-orm/200-prisma-client/500-deployment/301-edge/485-deploy-to-vercel.mdx
content/200-orm/200-prisma-client/500-deployment/301-edge/550-deploy-to-deno-deploy.mdx content/200-orm/200-prisma-client/500-deployment/301-edge/550-deploy-to-deno-deploy.mdx
content/200-orm/200-prisma-client/500-deployment/550-deploy-database-changes-with-prisma-migrate.mdx content/200-orm/200-prisma-client/500-deployment/550-deploy-database-changes-with-prisma-migrate.mdx
content/200-orm/200-prisma-client/600-observability-and-logging/130-logging.mdx content/200-orm/200-prisma-client/600-observability-and-logging/130-logging.mdx
content/200-orm/200-prisma-client/600-observability-and-logging/240-metrics.mdx content/200-orm/200-prisma-client/600-observability-and-logging/240-metrics.mdx
content/200-orm/200-prisma-client/600-observability-and-logging/250-opentelemetry-tracing.mdx content/200-orm/200-prisma-client/600-observability-and-logging/250-opentelemetry-tracing.mdx
content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/140-debugging.mdx content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/140-debugging.mdx
content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/245-troubleshooting-binary-size-issues.mdx content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/245-troubleshooting-binary-size-issues.mdx
content/200-orm/300-prisma-migrate/050-getting-started.mdx content/200-orm/300-prisma-migrate/050-getting-started.mdx
content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/005-overview.mdx content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/005-overview.mdx
content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/200-shadow-database.mdx content/200-orm/300-prisma-migrate/200-understanding-prisma-migrate/200-shadow-database.mdx
content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx content/200-orm/300-prisma-migrate/300-workflows/10-seeding.mdx
content/200-orm/300-prisma-migrate/300-workflows/110-native-database-types.mdx content/200-orm/300-prisma-migrate/300-workflows/110-native-database-types.mdx
content/200-orm/300-prisma-migrate/300-workflows/120-native-database-functions.mdx content/200-orm/300-prisma-migrate/300-workflows/120-native-database-functions.mdx
content/200-orm/300-prisma-migrate/300-workflows/20-prototyping-your-schema.mdx content/200-orm/300-prisma-migrate/300-workflows/20-prototyping-your-schema.mdx
content/200-orm/300-prisma-migrate/300-workflows/200-troubleshooting.mdx content/200-orm/300-prisma-migrate/300-workflows/200-troubleshooting.mdx
content/200-orm/300-prisma-migrate/300-workflows/30-baselining.mdx content/200-orm/300-prisma-migrate/300-workflows/30-baselining.mdx
content/200-orm/300-prisma-migrate/300-workflows/40-customizing-migrations.mdx content/200-orm/300-prisma-migrate/300-workflows/40-customizing-migrations.mdx
content/200-orm/300-prisma-migrate/300-workflows/50-squashing-migrations.mdx content/200-orm/300-prisma-migrate/300-workflows/50-squashing-migrations.mdx
content/200-orm/300-prisma-migrate/300-workflows/60-generating-down-migrations.mdx content/200-orm/300-prisma-migrate/300-workflows/60-generating-down-migrations.mdx
content/200-orm/300-prisma-migrate/300-workflows/70-patching-and-hotfixing.mdx content/200-orm/300-prisma-migrate/300-workflows/70-patching-and-hotfixing.mdx
content/200-orm/300-prisma-migrate/300-workflows/80-unsupported-database-features.mdx content/200-orm/300-prisma-migrate/300-workflows/80-unsupported-database-features.mdx
content/200-orm/300-prisma-migrate/300-workflows/90-development-and-production.mdx content/200-orm/300-prisma-migrate/300-workflows/90-development-and-production.mdx
content/200-orm/400-tools/06-prisma-studio.mdx content/200-orm/400-tools/06-prisma-studio.mdx
content/200-orm/500-reference/050-prisma-client-reference.mdx content/200-orm/500-reference/050-prisma-client-reference.mdx
content/200-orm/500-reference/100-prisma-schema-reference.mdx content/200-orm/500-reference/100-prisma-schema-reference.mdx
content/200-orm/500-reference/200-prisma-cli-reference.mdx content/200-orm/500-reference/200-prisma-cli-reference.mdx
content/200-orm/500-reference/250-error-reference.mdx content/200-orm/500-reference/250-error-reference.mdx
content/200-orm/500-reference/300-environment-variables-reference.mdx content/200-orm/500-reference/300-environment-variables-reference.mdx
content/200-orm/500-reference/325-prisma-config-reference.mdx content/200-orm/500-reference/325-prisma-config-reference.mdx
content/200-orm/500-reference/380-connection-urls.mdx content/200-orm/500-reference/380-connection-urls.mdx
content/200-orm/500-reference/400-system-requirements.mdx content/200-orm/500-reference/400-system-requirements.mdx
content/200-orm/500-reference/500-preview-features/050-client-preview-features.mdx content/200-orm/500-reference/500-preview-features/050-client-preview-features.mdx
content/200-orm/800-more/100-under-the-hood/100-engines.mdx content/200-orm/800-more/100-under-the-hood/100-engines.mdx
content/200-orm/800-more/100-under-the-hood/index.mdx content/200-orm/800-more/100-under-the-hood/index.mdx
content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/101-jsonprotocol-changes.mdx content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/101-jsonprotocol-changes.mdx
content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/index.mdx content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/600-upgrading-to-prisma-5/index.mdx
content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/700-upgrading-to-prisma-4.mdx content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/700-upgrading-to-prisma-4.mdx
content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/150-referential-actions.mdx content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/150-referential-actions.mdx
content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/index.mdx content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/800-upgrading-to-prisma-3/index.mdx
content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/900-codemods.mdx content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/900-codemods.mdx
content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/index.mdx content/200-orm/800-more/300-upgrade-guides/200-upgrading-versions/index.mdx
content/200-orm/800-more/300-upgrade-guides/250-upgrading-to-use-preview-features.mdx content/200-orm/800-more/300-upgrade-guides/250-upgrading-to-use-preview-features.mdx
content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/08-upgrade-from-mongodb-beta.mdx content/200-orm/800-more/300-upgrade-guides/800-upgrade-from-prisma-1/08-upgrade-from-mongodb-beta.mdx
content/200-orm/800-more/350-ai-tools/100-cursor.mdx content/200-orm/800-more/350-ai-tools/100-cursor.mdx
content/200-orm/800-more/350-ai-tools/200-tabnine.mdx content/200-orm/800-more/350-ai-tools/200-tabnine.mdx
content/200-orm/800-more/350-ai-tools/300-windsurf.mdx content/200-orm/800-more/350-ai-tools/300-windsurf.mdx
content/200-orm/800-more/350-ai-tools/400-github-copilot.mdx content/200-orm/800-more/350-ai-tools/400-github-copilot.mdx
content/200-orm/800-more/400-comparisons/04-prisma-and-drizzle.mdx content/200-orm/800-more/400-comparisons/04-prisma-and-drizzle.mdx
content/200-orm/800-more/600-help-and-troubleshooting/100-autocompletion-in-graphql-resolvers-with-js.mdx content/200-orm/800-more/600-help-and-troubleshooting/100-autocompletion-in-graphql-resolvers-with-js.mdx
content/200-orm/800-more/600-help-and-troubleshooting/300-implicit-to-explicit-conversion.mdx content/200-orm/800-more/600-help-and-troubleshooting/300-implicit-to-explicit-conversion.mdx
content/200-orm/800-more/600-help-and-troubleshooting/400-nextjs-help.mdx content/200-orm/800-more/600-help-and-troubleshooting/400-nextjs-help.mdx
content/200-orm/800-more/600-help-and-troubleshooting/500-comparing-columns-through-raw-queries.mdx content/200-orm/800-more/600-help-and-troubleshooting/500-comparing-columns-through-raw-queries.mdx
content/200-orm/800-more/600-help-and-troubleshooting/600-vercel-caching-issue.mdx content/200-orm/800-more/600-help-and-troubleshooting/600-vercel-caching-issue.mdx
content/200-orm/800-more/600-help-and-troubleshooting/700-netlify-caching-issue.mdx content/200-orm/800-more/600-help-and-troubleshooting/700-netlify-caching-issue.mdx
content/200-orm/800-more/600-help-and-troubleshooting/800-check-constraints.mdx content/200-orm/800-more/600-help-and-troubleshooting/800-check-constraints.mdx
content/200-orm/800-more/600-help-and-troubleshooting/900-prisma-nuxt-module.mdx content/200-orm/800-more/600-help-and-troubleshooting/900-prisma-nuxt-module.mdx
content/200-orm/800-more/600-help-and-troubleshooting/950-typescript-performance-optimization.mdx content/200-orm/800-more/600-help-and-troubleshooting/950-typescript-performance-optimization.mdx
content/250-postgres/100-introduction/220-npx-create-db.mdx content/250-postgres/100-introduction/220-npx-create-db.mdx
content/250-postgres/100-introduction/250-overview.mdx content/250-postgres/100-introduction/250-overview.mdx
content/250-postgres/1200-more/1000-faq.mdx content/250-postgres/1200-more/1000-faq.mdx
content/250-postgres/1200-more/900-troubleshooting.mdx content/250-postgres/1200-more/900-troubleshooting.mdx
content/250-postgres/300-database/350-caching.mdx content/250-postgres/300-database/350-caching.mdx
content/250-postgres/300-database/400-connection-pooling.mdx content/250-postgres/300-database/400-connection-pooling.mdx
content/250-postgres/300-database/550-local-development.mdx content/250-postgres/300-database/550-local-development.mdx
content/250-postgres/300-database/650-direct-connections.mdx content/250-postgres/300-database/650-direct-connections.mdx
content/250-postgres/300-database/675-prisma-studio/50-studio-in-vs-code.mdx content/250-postgres/300-database/675-prisma-studio/50-studio-in-vs-code.mdx
content/250-postgres/300-database/675-prisma-studio/index.mdx content/250-postgres/300-database/675-prisma-studio/index.mdx
content/250-postgres/300-database/750-serverless-driver.mdx content/250-postgres/300-database/750-serverless-driver.mdx
content/250-postgres/300-database/800-api-reference/200-error-reference.mdx content/250-postgres/300-database/800-api-reference/200-error-reference.mdx
content/250-postgres/350-integrations/100-netlify.mdx content/250-postgres/350-integrations/100-netlify.mdx
content/250-postgres/350-integrations/200-vercel.mdx content/250-postgres/350-integrations/200-vercel.mdx
content/250-postgres/350-integrations/500-vscode.mdx content/250-postgres/350-integrations/500-vscode.mdx
content/250-postgres/400-query-optimization/100-setup.mdx content/250-postgres/400-query-optimization/100-setup.mdx
content/250-postgres/400-query-optimization/300-recommendations/400-repeated-query.mdx content/250-postgres/400-query-optimization/300-recommendations/400-repeated-query.mdx
content/300-accelerate/200-getting-started.mdx content/300-accelerate/200-getting-started.mdx
content/300-accelerate/400-api-reference.mdx content/300-accelerate/400-api-reference.mdx
content/300-accelerate/600-faq.mdx content/300-accelerate/600-faq.mdx
content/600-about/30-docs-components/01-mdx-examples.mdx content/600-about/30-docs-components/01-mdx-examples.mdx
content/700-optimize/200-getting-started.mdx [c...[Comment body truncated]

@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

Redirect check

This PR probably requires the following redirects to be added to static/_redirects:

/getting-started/quickstart-prismaPostgres /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/quickstart-sqlite /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases-node-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases-node-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases-node-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases-node-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases-node-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-prismaPostgres /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-node-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-node-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-node-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-node-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-node-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-typescript-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-typescript-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-typescript-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-typescript-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-typescript-prismaPostgres /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/connect-your-database-typescript-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/using-prisma-migrate-node-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/using-prisma-migrate-node-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/using-prisma-migrate-node-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/using-prisma-migrate-node-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/using-prisma-migrate-node-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/using-prisma-migrate-typescript-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/using-prisma-migrate-typescript-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/using-prisma-migrate-typescript-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/using-prisma-migrate-typescript-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/using-prisma-migrate-typescript-prismaPostgres /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/using-prisma-migrate-typescript-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/install-prisma-client-node-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/install-prisma-client-node-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/install-prisma-client-node-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/install-prisma-client-node-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/install-prisma-client-node-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/install-prisma-client-typescript-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/install-prisma-client-typescript-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/install-prisma-client-typescript-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/install-prisma-client-typescript-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/install-prisma-client-typescript-prismaPostgres /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/install-prisma-client-typescript-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/querying-the-database-node-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/querying-the-database-node-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/querying-the-database-node-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/querying-the-database-node-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/querying-the-database-node-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/querying-the-database-typescript-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/querying-the-database-typescript-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/querying-the-database-typescript-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/querying-the-database-typescript-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/querying-the-database-typescript-prismaPostgres /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/querying-the-database-typescript-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/next-steps /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/relational-databases/_install-prisma-client-partial /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/mongodb-node-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/mongodb-typescript-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/mongodb/connect-your-database-node-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/mongodb/connect-your-database-typescript-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/mongodb/creating-the-prisma-schema-node-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/mongodb/creating-the-prisma-schema-typescript-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/mongodb/install-prisma-client-node-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/mongodb/install-prisma-client-typescript-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/mongodb/querying-the-database-node-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/mongodb/querying-the-database-typescript-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/mongodb/next-steps /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch/_prisma-init-partial /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/start-from-scratch /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases-node-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases-node-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases-node-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases-node-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases-node-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases-typescript-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases-typescript-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases-typescript-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases-typescript-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases-typescript-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/connect-your-database-node-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/connect-your-database-node-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/connect-your-database-node-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/connect-your-database-node-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/connect-your-database-node-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/connect-your-database-typescript-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/connect-your-database-typescript-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/connect-your-database-typescript-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/connect-your-database-typescript-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/connect-your-database-typescript-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/introspection-node-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/introspection-node-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/introspection-node-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/introspection-node-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/introspection-node-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/introspection-typescript-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/introspection-typescript-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/introspection-typescript-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/introspection-typescript-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/introspection-typescript-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/baseline-your-database-node-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/baseline-your-database-node-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/baseline-your-database-node-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/baseline-your-database-node-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/baseline-your-database-typescript-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/baseline-your-database-typescript-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/baseline-your-database-typescript-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/baseline-your-database-typescript-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/install-prisma-client-node-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/install-prisma-client-node-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/install-prisma-client-node-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/install-prisma-client-node-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/install-prisma-client-node-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/install-prisma-client-typescript-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/install-prisma-client-typescript-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/install-prisma-client-typescript-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/install-prisma-client-typescript-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/install-prisma-client-typescript-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-node-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-node-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-node-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-node-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-node-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-typescript-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-typescript-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-typescript-planetscale /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-typescript-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/querying-the-database-typescript-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/evolve-your-schema-node-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/evolve-your-schema-node-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/evolve-your-schema-node-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/evolve-your-schema-node-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/evolve-your-schema-typescript-cockroachdb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/evolve-your-schema-typescript-mysql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/evolve-your-schema-typescript-postgresql /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/evolve-your-schema-typescript-sqlserver /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/next-steps /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/relational-databases/_install-prisma-client-partial /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/mongodb-node-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/mongodb-typescript-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/mongodb/connect-your-database-node-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/mongodb/connect-your-database-typescript-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/mongodb/introspection-node-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/mongodb/introspection-typescript-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/mongodb/install-prisma-client-node-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/mongodb/install-prisma-client-typescript-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/mongodb/querying-the-database-node-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/mongodb/querying-the-database-typescript-mongodb /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/mongodb/next-steps /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project/_prisma-init-partial /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma/add-to-existing-project /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/setup-prisma /docs/##( TODO: Path of page that replaces deleted page )##
/getting-started/prisma-postgres/upgrade-from-early-access /docs/##( TODO: Path of page that replaces deleted page )##
/orm/prisma-client/client-extensions/middleware/soft-delete-middleware /docs/##( TODO: Path of page that replaces deleted page )##
/orm/prisma-client/client-extensions/middleware/logging-middleware /docs/##( TODO: Path of page that replaces deleted page )##
/orm/prisma-client/client-extensions/middleware/session-data-middleware /docs/##( TODO: Path of page that replaces deleted page )##
/orm/prisma-client/client-extensions/middleware /docs/##( TODO: Path of page that replaces deleted page )##
/postgres/database/api-reference/caching-api /docs/##( TODO: Path of page that replaces deleted page )##
/postgres/introduction/getting-started /docs/postgres/getting-started

@github-actions
Copy link
Contributor

🍈 Lychee Link Check Report

Note: Links are cached for 5 minutes. Failed links (timeouts, rate limits) are retried in a second run with longer timeout.

📊 Results Overview

Status Count
🔍 Total 2239
✅ Successful 2211
⏳ Timeouts 0
🔀 Redirected 4
👻 Excluded 23
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 1

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

♻️ Duplicate comments (2)
content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx (1)

25-32: Add the missing "## 1. Create a new project" section heading.

The document structure has an inconsistency: the <CreateProject /> component (line 30) lacks its preceding section heading. The numbering jumps from the unnumbered intro sections directly to "## 2. Install required dependencies" (line 32), skipping step 1. This breaks the logical flow and affects the table of contents.

Apply this change to restore proper step sequencing:

+ ## 1. Create a new project
+
  <CreateProject />

This aligns with the Prisma quickstart pattern (as referenced in prior SQLite quickstart) and ensures readers see all steps in correct order.

content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx (1)

433-433: Use American English: "Afterward" instead of "Afterwards".

This aligns with the documentation's American English conventions.

🧹 Nitpick comments (7)
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx (1)

232-232: Tighten the introductory line to avoid redundancy.

Line 232 ("To make changes to your database schema:") repeats the meaning of the section title "Evolve your schema" directly above it. Consider removing or restructuring it to strengthen the narrative flow.

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/400-mysql.mdx (1)

219-221: Strengthen the introductory phrase for section 9.

Line 221 uses a weaker phrasing. Consider using more direct language to introduce the schema evolution workflow—for example: "Make the following changes to your schema:" or "Update your schema as needed:" would provide clearer direction to the reader.

content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx (1)

15-21: Consider tightening the phrasing at line 17 for conciseness.

The phrase "In the meantime, please use" is slightly verbose for a warning callout. Consider alternatives like:

  • "For now, please use..."
  • "Until then, use..."
  • "Please use..."

This is minor polish—feel free to adjust or leave as-is depending on your documentation tone preference.

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx (1)

16-16: Minor wording refinements (optional).

Static analysis flagged three opportunities to tighten phrasing:

  • Line 16: "In the meantime" → could use something more direct like "Until then"
  • Line 29: "In order to successfully complete" → "To successfully complete" or simply "To complete"
  • Line 160: "user name" → "username" (as one word, following common convention for technical documentation)

These are purely stylistic and don't affect clarity or accuracy. Flagging for your awareness.

Also applies to: 29-29, 160-160

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx (1)

1-11: Remove the unused ExploreData component import.

The ExploreData component is imported at line 9 but never used in the document. This is a minor cleanup to keep imports lean.

 import Prerequisites from '../../_components/_prerequisites.mdx'
-import ExploreData from '../../_components/_explore-data.mdx'
 import NextSteps from '../../_components/_next-steps.mdx'
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx (1)

191-195: Strengthen the transition between section 8 intro and subsection 8.1.

Line 193 ends with an abrupt colon followed immediately by the subsection heading. Consider rephrasing to create a smoother flow—for example, "PlanetScale uses a branching workflow instead of traditional migrations. To make schema changes, start by updating your Prisma schema file:"

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx (1)

212-214: Slightly passive phrasing on the schema evolution section intro.

Line 214's "To make changes to your database schema:" is accurate but could be more direct and imperative. Consider: "To evolve your database schema:" or "Modifying your database schema:" to strengthen the instruction and match the section title's tone.

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9a1a440 and 50e7039.

📒 Files selected for processing (176)
  • .coderabbit.yaml (2 hunks)
  • .github/workflows/lychee.yml (2 hunks)
  • cSpell.json (3 hunks)
  • content/100-getting-started/01-quickstart-prismaPostgres.mdx (0 hunks)
  • content/100-getting-started/01-quickstart-sqlite.mdx (0 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/300-postgresql.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/500-sql-server.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/400-mysql.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx (1 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-prismaPostgres.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-prismaPostgres.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-prismaPostgres.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-prismaPostgres.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-prismaPostgres.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/300-next-steps.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/_install-prisma-client-partial.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/300-next-steps.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/_prisma-init-partial.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/index.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-cockroachdb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-mysql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-postgresql.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-sqlserver.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/300-next-steps.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/_install-prisma-client-partial.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-node-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-typescript-mongodb.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/300-next-steps.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/_prisma-init-partial.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/index.mdx (0 hunks)
  • content/100-getting-started/02-setup-prisma/index.mdx (0 hunks)
  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx (10 hunks)
  • content/100-getting-started/03-prisma-postgres/100-quickstart/100-kysely.mdx (1 hunks)
  • content/100-getting-started/03-prisma-postgres/100-quickstart/200-drizzle-orm.mdx (1 hunks)
💤 Files with no reviewable changes (154)
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/index.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-prismaPostgres.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-prismaPostgres.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/_install-prisma-client-partial.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/index.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/300-next-steps.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-mysql.mdx
  • content/100-getting-started/01-quickstart-sqlite.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-prismaPostgres.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/300-next-steps.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/250-querying-the-database-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/100-connect-your-database-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/_prisma-init-partial.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/_install-prisma-client-partial.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/300-next-steps.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/100-connect-your-database-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/125-creating-the-prisma-schema-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-cockroachdb.mdx
  • content/100-getting-started/01-quickstart-prismaPostgres.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-prismaPostgres.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/150-using-prisma-migrate-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/300-next-steps.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/200-install-prisma-client-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/120-mongodb/200-install-prisma-client-node-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/_prisma-init-partial.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-typescript-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/275-evolve-your-schema-node-mysql.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-typescript-mysql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/200-install-prisma-client-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/250-querying-the-database-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/index.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases-node-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/100-connect-your-database-node-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases-node-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-planetscale.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/200-install-prisma-client-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/120-mongodb/125-introspection-typescript-mongodb.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database-typescript-postgresql.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/170-baseline-your-database-typescript-cockroachdb.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/150-introspection-node-sqlserver.mdx
  • content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/250-querying-the-database-typescript-prismaPostgres.mdx
  • content/100-getting-started/02-setup-prisma/200-add-to-existing-project/110-relational-databases/250-querying-the-database-node-postgresql.mdx
✅ Files skipped from review due to trivial changes (1)
  • content/100-getting-started/02-prisma-orm/100-quickstart/700-cockroachdb.mdx
🚧 Files skipped from review as they are similar to previous changes (8)
  • content/100-getting-started/02-prisma-orm/100-quickstart/500-sql-server.mdx
  • cSpell.json
  • content/100-getting-started/02-prisma-orm/100-quickstart/300-postgresql.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/100-prisma-postgres.mdx
  • .github/workflows/lychee.yml
  • content/100-getting-started/03-prisma-postgres/100-quickstart/200-drizzle-orm.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx
  • content/100-getting-started/03-prisma-postgres/100-quickstart/100-kysely.mdx
🧰 Additional context used
🧠 Learnings (9)
📓 Common learnings
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7157
File: content/800-guides/400-deno-integration.mdx:188-190
Timestamp: 2025-10-03T19:30:57.554Z
Learning: For the prisma/docs repository, do not suggest changes to code blocks when reviewing documentation pull requests.
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/400-mysql.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: Only flag code snippets for (1) exposed secrets with real-looking values that should be placeholders (e.g., API keys, database passwords, AWS credentials), or (2) blatant syntax errors like missing parentheses, brackets, braces, or mismatched delimiters. Do not flag code quality issues, anti-patterns, security vulnerabilities, missing error handling, unused variables, or any other bad practices, as documentation intentionally shows problematic code.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx
📚 Learning: 2025-10-14T11:41:08.844Z
Learnt from: carlagn
Repo: prisma/docs PR: 7183
File: content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx:561-567
Timestamp: 2025-10-14T11:41:08.844Z
Learning: Ignore the file `content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx` in future reviews as per user request. Issues in this file were addressed in PR #7185.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx
📚 Learning: 2025-10-08T16:22:57.129Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:50-66
Timestamp: 2025-10-08T16:22:57.129Z
Learning: In `.mdx` files, do NOT flag or suggest changes for the following code quality issues even if they represent poor practices: React anti-patterns (using var instead of useState, direct DOM manipulation), missing keys in .map() iterations, non-serializable props in getServerSideProps, unused variables, missing error handling, SQL injection vulnerabilities (unless actively showing how to fix them), insecure cookie settings, missing TypeScript types, PrismaClient instantiation patterns, or any other code quality, security, or performance issues. Documentation code snippets are copied from source code and often intentionally show "before" examples or common mistakes.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/600-planetscale.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx
  • content/100-getting-started/02-prisma-orm/100-quickstart/400-mysql.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx
📚 Learning: 2025-10-09T21:32:50.340Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7167
File: content/900-ai/prompts/astro.mdx:84-84
Timestamp: 2025-10-09T21:32:50.340Z
Learning: The `npx prisma init` command supports the following flags: `--db` (shorthand for `--datasource-provider prisma+postgres`), `--output` (specifies output location for generated client), `--generator-provider` (defines the generator provider), `--datasource-provider`, `--url`, `--preview-feature`, and `--with-model`. These are documented valid CLI options for Prisma init command.

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx
📚 Learning: 2025-08-11T09:40:55.237Z
Learnt from: ankur-arch
Repo: prisma/docs PR: 7066
File: content/200-orm/200-prisma-client/700-debugging-and-troubleshooting/245-troubleshooting-binary-size-issues.mdx:8-22
Timestamp: 2025-08-11T09:40:55.237Z
Learning: When the queryCompiler preview feature is enabled in Prisma ORM (v6.7.0+), it does not require Rust engines for CLI tools like `prisma migrate` or `prisma db pull`. The previous understanding that CLI tools would still need Rust binaries even with queryCompiler enabled is incorrect.

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
📚 Learning: 2025-10-15T06:36:42.423Z
Learnt from: jy-joung-bitor
Repo: prisma/docs PR: 0
File: :0-0
Timestamp: 2025-10-15T06:36:42.423Z
Learning: The `tsc --init` command requires the `--types node` flag to properly include Node.js type definitions from `types/node` in the generated tsconfig.json, even when types/node is already installed. Without this flag, TypeScript may not automatically pick up Node.js typings.

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
📚 Learning: 2025-10-15T06:36:42.423Z
Learnt from: jy-joung-bitor
Repo: prisma/docs PR: 0
File: :0-0
Timestamp: 2025-10-15T06:36:42.423Z
Learning: The `npm init` command supports the `--init-type=module` flag to initialize a project with ES module type in package.json. This is a valid npm CLI option documented at https://docs.npmjs.com/cli/v11/commands/npm-init#init-type

Applied to files:

  • content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx
🪛 LanguageTool
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/300-postgresql.mdx

[style] ~212-~212: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/500-sql-server.mdx

[style] ~232-~232: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/100-quickstart/800-mongodb.mdx

[style] ~17-~17: ‘In the meantime’ might be wordy. Consider a shorter alternative.
Context: ... ORM v7 is coming in the near future.** In the meantime, please use Prisma ORM v6.19 (the l...

(EN_WORDINESS_PREMIUM_IN_THE_MEANTIME)

content/100-getting-started/03-prisma-postgres/100-from-the-cli.mdx

[locale-violation] ~433-~433: In American English, ‘afterward’ is the preferred variant. ‘Afterwards’ is more commonly used in British English and other dialects.
Context: ... Post record in a nested write query. Afterwards, you'll see how you can retrieve the re...

(AFTERWARDS_US)


[style] ~574-~574: Consider using an alternative to strengthen your wording.
Context: ...h a basic Prisma Postgres setup. If you want to explore more complex queries, such a...

(WANT_KEEN)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx

[style] ~211-~211: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/600-planetscale.mdx

[style] ~193-~193: Consider shortening or rephrasing this to strengthen your wording.
Context: ...w instead of traditional migrations. To make changes to your database schema: ### 8.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx

[style] ~16-~16: ‘In the meantime’ might be wordy. Consider a shorter alternative.
Context: ... ORM v7 is coming in the near future.** In the meantime, please use Prisma ORM v6.19 (the l...

(EN_WORDINESS_PREMIUM_IN_THE_MEANTIME)


[style] ~29-~29: Consider a more concise word here.
Context: ...from-mongoose). ::: ## Prerequisites In order to successfully complete this guide, you n...

(IN_ORDER_TO_PREMIUM)


[style] ~160-~160: It’s more common nowadays to write this noun as one word.
Context: ...nents: - USERNAME: Your database user name - PASSWORD: Your database user pa...

(RECOMMENDED_COMPOUNDS)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/100-prisma-postgres.mdx

[style] ~214-~214: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/400-mysql.mdx

[style] ~221-~221: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

content/100-getting-started/02-prisma-orm/200-add-to-existing-project/700-cockroachdb.mdx

[style] ~212-~212: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Cloudflare Pages

aidankmcalister and others added 7 commits November 18, 2025 15:10
…qlite.mdx

Co-authored-by: Ankur Datta <64993082+ankur-arch@users.noreply.github.com>
* docs(): add note about vscode version pinning

* Optimised images with calibre/image-actions

* Update content/250-postgres/350-integrations/500-vscode.mdx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* DC-5044 `prisma-client-js` deprecated (#7219)

* `prisma-client-js` deprecated

* chore: empty commit

* broken link updated

* DC-5040 Env Vars via Config (#7227)

* added env vars section to various pages

* minor coderabbit updates

* verbose removed

* test removed redirect list

* removed quickstart addition

* converted quickstarts back

* urls deprecated (#7226)

* minimum version uodated (#7234)

* DC-5043 Middleware removed from docs (#7233)

* middleware deleted

* more middleware removed

* more middleware removed

* coderabbit changes

* DC-6174: Remove adapter, engine, directUrl, studio from config (#7256)

* feat: add new features

* fix: revert links

* fix: broken links

* fix: broken link

* feat: restructure getting started side nav (#7245)

* feat(docs): add youtube embeded link to blog post (#7220)

Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>

* feat(docs): add quick  section to blog after the prompt (#7221)

Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>

* DC-5242 Astro Better-Auth Guide (#7215)

* doc created

* nextjs betterauth fixed

* guide broken down into manageable steps

* image added

* Optimised images with calibre/image-actions

* image updated

* Optimised images with calibre/image-actions

* lychee only comments on broken links

* config updated

* lychee updated based on CR comment

* chore: trigger CI checks

* ignore gnu

* fix: update naming to better-auth DC-6120

* Optimised images with calibre/image-actions

* chore: shorten word

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ankur Datta <64993082+ankur-arch@users.noreply.github.com>

* feat: restructure getting started side nav

* DC-5841 Removed Linkspector (#7231)

* removed linkspector

* retrigger

* retrigger

* retrigger

* Update label for Prisma Postgres tab (#7236)

* fix: content changes for getting started page (#7216)

* fix: content changes for getting started page

* fix: add redirects

* getting started checkpoint

* css styles fixed

* updates

---------

Co-authored-by: Aidan McAlister <aidankmcalister@gmail.com>
Co-authored-by: Aidan McAlister <105178005+aidankmcalister@users.noreply.github.com>

* DC-5820 AI Agents Served Markdown (#7237)

* ai crawler check successful

* ai crawlers checked

* update

* added anthropic

* middleware update

* improve detection

---------

Co-authored-by: Mike Hartington <mikehartington@gmail.com>

* feat: add prisma-orm quickstarts

* fix: update times and add proper links

* fix: instropspect changes

* feat: add get started from prisma orm page

* feat: add other orms

* fix: update other tools + ppg

* fix: add more clarity

* fix: add prisma postgres

* feat: clear migrate from early access

* fix: add to existing dbs sections

* Remove MCP server exploration tip (#7241)

Removed tip about using Cloudflare's AI Playground for MCP server exploration, as it no longer seems to reliably work.

* fix: clean-up docs files

* fix: typeorm missing urls

* fix: broken link

* fix: update titles

* fix: clear redirect loop (#7250)

* fix: add generate step + sqlite fixes

* fix: clean-up redirects file DC-6228

* fix: clean-up unnecessary file

* fix: remove unknown word

* fix: add links

---------

Co-authored-by: Arthur <arthur_gamby@hotmail.fr>
Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>
Co-authored-by: Aidan McAlister <105178005+aidankmcalister@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Petra Donka <donkapetra@gmail.com>
Co-authored-by: Aidan McAlister <aidankmcalister@gmail.com>
Co-authored-by: Mike Hartington <mikehartington@gmail.com>

* feat: update .env docs DC-6204 (#7259)

* fix: clarify config file path better (#7261)

* Update ORM docs (#7260)

* update

* use pg adapter instead of accelerate

* update

* add dotenv in prisma.config.ts

* fix warning note

* update

* update

* Update guides to use prisma.config.ts (#7243)

* (feat) Update guides to use prisma.config.ts

* refactor: Updated guides for Prisma 7 changes

---------

Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>

* feat: update ppg for other dbs section (#7264)

* feat: add kysley

* feat: add drizzle

* feat: add typeorm

* fix: clean-up

* feat: separate the sections better

* fix: remove badges

* feat: update prisma init related changes in other parts (#7267)

* feat: add kysley

* feat: add drizzle

* feat: add typeorm

* fix: clean-up

* fix: update prisma init command changes

* feat: update prisma cli docs

* fix: clarify the usage of prisma init better

* fix: add type defs

* feat: add pg as a dependency

* fix: broken internal link

* Update docs to perform migrations with connection pooling and Prisma config (#7266)

* feat: add mentions of new Prisma Studio (#7270)

* feat: add mentions of new Prisma Studio

* feat: add note for Studio for SQLite

* Update content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx

* Update content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx

* fix: make prisma studio docs more accurate

* fix: add missing punctuation

* feat: add mention of mongo support coming for P7 (#7271)

* feat: add mention of mongo support coming for mongo

* fix: refinements

* Update content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx

* docs(postgres): remove accelerate reference
Remove reference to accelerate and rework the docs to account for the new v7 changes

* Optimised images with calibre/image-actions

* docs(): update with feedback

* Optimised images with calibre/image-actions

* docs(ppg): updates

* docs(): update based on feedback

* docs(): update based on feedback

---------

Co-authored-by: Aidan McAlister <105178005+aidankmcalister@users.noreply.github.com>
Co-authored-by: Ankur Datta <64993082+ankur-arch@users.noreply.github.com>
Co-authored-by: Arthur <arthur_gamby@hotmail.fr>
Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Petra Donka <donkapetra@gmail.com>
Co-authored-by: Aidan McAlister <aidankmcalister@gmail.com>
Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>
Co-authored-by: Nurul Sundarani <sundarani@prisma.io>
* DC-5044 `prisma-client-js` deprecated (#7219)

* `prisma-client-js` deprecated

* chore: empty commit

* broken link updated

* DC-5040 Env Vars via Config (#7227)

* added env vars section to various pages

* minor coderabbit updates

* verbose removed

* test removed redirect list

* removed quickstart addition

* converted quickstarts back

* urls deprecated (#7226)

* minimum version uodated (#7234)

* DC-5043 Middleware removed from docs (#7233)

* middleware deleted

* more middleware removed

* more middleware removed

* coderabbit changes

* docs(metrics): remove metrics API

* DC-6174: Remove adapter, engine, directUrl, studio from config (#7256)

* feat: add new features

* fix: revert links

* fix: broken links

* fix: broken link

* feat: restructure getting started side nav (#7245)

* feat(docs): add youtube embeded link to blog post (#7220)

Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>

* feat(docs): add quick  section to blog after the prompt (#7221)

Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>

* DC-5242 Astro Better-Auth Guide (#7215)

* doc created

* nextjs betterauth fixed

* guide broken down into manageable steps

* image added

* Optimised images with calibre/image-actions

* image updated

* Optimised images with calibre/image-actions

* lychee only comments on broken links

* config updated

* lychee updated based on CR comment

* chore: trigger CI checks

* ignore gnu

* fix: update naming to better-auth DC-6120

* Optimised images with calibre/image-actions

* chore: shorten word

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ankur Datta <64993082+ankur-arch@users.noreply.github.com>

* feat: restructure getting started side nav

* DC-5841 Removed Linkspector (#7231)

* removed linkspector

* retrigger

* retrigger

* retrigger

* Update label for Prisma Postgres tab (#7236)

* fix: content changes for getting started page (#7216)

* fix: content changes for getting started page

* fix: add redirects

* getting started checkpoint

* css styles fixed

* updates

---------

Co-authored-by: Aidan McAlister <aidankmcalister@gmail.com>
Co-authored-by: Aidan McAlister <105178005+aidankmcalister@users.noreply.github.com>

* DC-5820 AI Agents Served Markdown (#7237)

* ai crawler check successful

* ai crawlers checked

* update

* added anthropic

* middleware update

* improve detection

---------

Co-authored-by: Mike Hartington <mikehartington@gmail.com>

* feat: add prisma-orm quickstarts

* fix: update times and add proper links

* fix: instropspect changes

* feat: add get started from prisma orm page

* feat: add other orms

* fix: update other tools + ppg

* fix: add more clarity

* fix: add prisma postgres

* feat: clear migrate from early access

* fix: add to existing dbs sections

* Remove MCP server exploration tip (#7241)

Removed tip about using Cloudflare's AI Playground for MCP server exploration, as it no longer seems to reliably work.

* fix: clean-up docs files

* fix: typeorm missing urls

* fix: broken link

* fix: update titles

* fix: clear redirect loop (#7250)

* fix: add generate step + sqlite fixes

* fix: clean-up redirects file DC-6228

* fix: clean-up unnecessary file

* fix: remove unknown word

* fix: add links

---------

Co-authored-by: Arthur <arthur_gamby@hotmail.fr>
Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>
Co-authored-by: Aidan McAlister <105178005+aidankmcalister@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Petra Donka <donkapetra@gmail.com>
Co-authored-by: Aidan McAlister <aidankmcalister@gmail.com>
Co-authored-by: Mike Hartington <mikehartington@gmail.com>

* feat: update .env docs DC-6204 (#7259)

* fix: clarify config file path better (#7261)

* Update ORM docs (#7260)

* update

* use pg adapter instead of accelerate

* update

* add dotenv in prisma.config.ts

* fix warning note

* update

* update

* Update guides to use prisma.config.ts (#7243)

* (feat) Update guides to use prisma.config.ts

* refactor: Updated guides for Prisma 7 changes

---------

Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>

* feat: update ppg for other dbs section (#7264)

* feat: add kysley

* feat: add drizzle

* feat: add typeorm

* fix: clean-up

* feat: separate the sections better

* fix: remove badges

* feat: update prisma init related changes in other parts (#7267)

* feat: add kysley

* feat: add drizzle

* feat: add typeorm

* fix: clean-up

* fix: update prisma init command changes

* feat: update prisma cli docs

* fix: clarify the usage of prisma init better

* fix: add type defs

* feat: add pg as a dependency

* fix: broken internal link

* Update docs to perform migrations with connection pooling and Prisma config (#7266)

* feat: add mentions of new Prisma Studio (#7270)

* feat: add mentions of new Prisma Studio

* feat: add note for Studio for SQLite

* Update content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx

* Update content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx

* fix: make prisma studio docs more accurate

* fix: add missing punctuation

* feat: add mention of mongo support coming for P7 (#7271)

* feat: add mention of mongo support coming for mongo

* fix: refinements

* Update content/100-getting-started/02-prisma-orm/200-add-to-existing-project/800-mongodb.mdx

* Restore content/200-orm/200-prisma-client/600-observability-and-logging/240-metrics.mdx

* docs(): update based on feedback

* Update content/200-orm/200-prisma-client/000-setup-and-configuration/050-databases-connections/115-connection-pool.mdx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: Aidan McAlister <105178005+aidankmcalister@users.noreply.github.com>
Co-authored-by: Ankur Datta <64993082+ankur-arch@users.noreply.github.com>
Co-authored-by: Arthur <arthur_gamby@hotmail.fr>
Co-authored-by: Arthur Gamby <arthurgamby@Mac-002.lan>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Petra Donka <donkapetra@gmail.com>
Co-authored-by: Aidan McAlister <aidankmcalister@gmail.com>
Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>
Co-authored-by: Nurul Sundarani <sundarani@prisma.io>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Add caalout for bun and sqlite

* add link to bun docs
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx (1)

228-230: Consider sharpening the transition at section 9.

Line 230 ("To make changes to your database schema:") is slightly verbose given the section title above it. Consider: "Update your database schema with the following steps:" or simply "To update your schema:" for a stronger, more direct transition.

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1dae476 and 9212a24.

📒 Files selected for processing (2)
  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx (1 hunks)
  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • content/100-getting-started/02-prisma-orm/100-quickstart/200-sqlite.mdx
🧰 Additional context used
🧠 Learnings (6)
📓 Common learnings
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7157
File: content/800-guides/400-deno-integration.mdx:188-190
Timestamp: 2025-10-03T19:30:57.554Z
Learning: For the prisma/docs repository, do not suggest changes to code blocks when reviewing documentation pull requests.
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: Only flag code snippets for (1) exposed secrets with real-looking values that should be placeholders (e.g., API keys, database passwords, AWS credentials), or (2) blatant syntax errors like missing parentheses, brackets, braces, or mismatched delimiters. Do not flag code quality issues, anti-patterns, security vulnerabilities, missing error handling, unused variables, or any other bad practices, as documentation intentionally shows problematic code.
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: All headings and titles should use sentence case (e.g., "Getting started with Prisma ORM", "Best practices for authentication"), not title case. Exception: Always preserve exact casing for product names including "Prisma Postgres", "Prisma", "Prisma ORM", and "Prisma Data Platform".

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
📚 Learning: 2025-10-08T16:23:00.388Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:85-90
Timestamp: 2025-10-08T16:23:00.388Z
Learning: For .mdx files in the prisma/docs repository: Only flag code snippets for (1) exposed secrets with real-looking values that should be placeholders (e.g., API keys, database passwords, AWS credentials), or (2) blatant syntax errors like missing parentheses, brackets, braces, or mismatched delimiters. Do not flag code quality issues, anti-patterns, security vulnerabilities, missing error handling, unused variables, or any other bad practices, as documentation intentionally shows problematic code.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
📚 Learning: 2025-10-14T11:41:08.844Z
Learnt from: carlagn
Repo: prisma/docs PR: 7183
File: content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx:561-567
Timestamp: 2025-10-14T11:41:08.844Z
Learning: Ignore the file `content/200-orm/800-more/600-help-and-troubleshooting/050-dataguide/050-database-glossary.mdx` in future reviews as per user request. Issues in this file were addressed in PR #7185.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
📚 Learning: 2025-10-08T16:22:57.129Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7165
File: content/800-guides/550-test-guide.mdx:50-66
Timestamp: 2025-10-08T16:22:57.129Z
Learning: In `.mdx` files, do NOT flag or suggest changes for the following code quality issues even if they represent poor practices: React anti-patterns (using var instead of useState, direct DOM manipulation), missing keys in .map() iterations, non-serializable props in getServerSideProps, unused variables, missing error handling, SQL injection vulnerabilities (unless actively showing how to fix them), insecure cookie settings, missing TypeScript types, PrismaClient instantiation patterns, or any other code quality, security, or performance issues. Documentation code snippets are copied from source code and often intentionally show "before" examples or common mistakes.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
📚 Learning: 2025-10-09T21:32:50.340Z
Learnt from: aidankmcalister
Repo: prisma/docs PR: 7167
File: content/900-ai/prompts/astro.mdx:84-84
Timestamp: 2025-10-09T21:32:50.340Z
Learning: The `npx prisma init` command supports the following flags: `--db` (shorthand for `--datasource-provider prisma+postgres`), `--output` (specifies output location for generated client), `--generator-provider` (defines the generator provider), `--datasource-provider`, `--url`, `--preview-feature`, and `--with-model`. These are documented valid CLI options for Prisma init command.

Applied to files:

  • content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx
🪛 LanguageTool
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx

[style] ~230-~230: Consider shortening or rephrasing this to strengthen your wording.
Context: ...pt.ts ``` ## 9. Evolve your schema To make changes to your database schema: ### 9.1. Update ...

(MAKE_CHANGES)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Cloudflare Pages
🔇 Additional comments (1)
content/100-getting-started/02-prisma-orm/200-add-to-existing-project/200-sqlite.mdx (1)

1-299: Comprehensive and well-structured SQLite integration guide.

The document follows a logical progression from setup through schema evolution, with proper sentence-case headings throughout (respecting product name casing for "Prisma ORM," "Prisma Client," etc.), clear explanations, and syntactically correct code examples. The integration of reusable components (Prerequisites, ExploreData, NextSteps) and detailed notes (e.g., Bun compatibility, npx workarounds for better-sqlite3) show thoughtful coverage of real-world scenarios.

Please verify that the new prisma.config.ts file creation (mentioned at line 47 as output from npx prisma init --output ../generated/prisma) accurately reflects Prisma 7 behavior. My knowledge is current through March 2025, so I want to confirm this new configuration file structure is correctly documented.

coderabbitai[bot]
coderabbitai bot previously approved these changes Nov 19, 2025
@ankur-arch ankur-arch dismissed coderabbitai[bot]’s stale review November 19, 2025 13:06

The merge-base changed after approval.

@ankur-arch ankur-arch closed this Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants