Skip to content

docs(generators): add @lexmata/prisma-ent-generator to v6 community list#7862

Open
quinnjr wants to merge 1 commit intoprisma:mainfrom
quinnjr:feature/add-lexmata-ent-v6
Open

docs(generators): add @lexmata/prisma-ent-generator to v6 community list#7862
quinnjr wants to merge 1 commit intoprisma:mainfrom
quinnjr:feature/add-lexmata-ent-v6

Conversation

@quinnjr
Copy link
Copy Markdown
Contributor

@quinnjr quinnjr commented May 1, 2026

Summary

Adds @lexmata/prisma-ent-generator to the v6 docs' Community generators list at apps/docs/content/docs.v6/orm/prisma-schema/overview/generators.mdx, mirroring the entry already present in v7. Also whitelists lexmata in apps/docs/cspell.json so the spellcheck step passes.

The v6 list currently has no Go Ent generator entry, so Prisma + Go users on the v6 docs don't have a discoverable starting point. This PR closes that gap. The Python and NestJS generators from #7803 are not included here — only the Ent generator is added — and can be ported to v6 separately if approved upstream.

Test plan

  • pnpx cspell content/docs.v6/orm/prisma-schema/overview/generators.mdx cspell.json — 0 issues
  • CI on the PR (oxlint / link checks / build) green

Summary by CodeRabbit

  • Documentation

    • Added a new community generator to the documentation listing, expanding available code generation options.
  • Chores

    • Updated spell-check configuration to recognize terms introduced in documentation updates.

The v6 community generators list still does not mention any generator
that produces Go Ent schemas, so a Prisma + Go user on the v6 docs has
no entry point to find one. Add `@lexmata/prisma-ent-generator` to the
v6 list at the same position the v7 docs already use, so v6 readers
get parity with the v7 page.

Also whitelist `lexmata` in apps/docs/cspell.json so the spellcheck
step picks up the new package scope. Only the Ent generator is added
in this PR; the matching Python and NestJS generators are tracked in
prisma#7803 and can be ported to v6 separately if approved there.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 1, 2026

@quinnjr is attempting to deploy a commit to the Prisma Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 1, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: fc0fbd40-85bc-40ac-9716-5d60ce83134a

📥 Commits

Reviewing files that changed from the base of the PR and between 7362058 and 4be9784.

📒 Files selected for processing (2)
  • apps/docs/content/docs.v6/orm/prisma-schema/overview/generators.mdx
  • apps/docs/cspell.json

Walkthrough

This pull request introduces a new community-contributed Prisma generator for Go Ent schema generation and updates documentation and tooling configurations to reflect this addition.

Changes

Cohort / File(s) Summary
Documentation Update
apps/docs/content/docs.v6/orm/prisma-schema/overview/generators.mdx
Added new entry to the community generators list documenting @lexmata/prisma-ent-generator, which generates Go Ent (entgo.io) schema files from Prisma models.
Spell-Check Configuration
apps/docs/cspell.json
Updated the dictionary words array to include "lexmata" as an accepted spelling term.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

These are straightforward, localized additions with no logic changes or structural implications. The documentation entry adds a single generator reference, and the spell-check update is a simple dictionary entry to prevent false positives on the new term. Both changes are self-contained and require minimal verification.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title clearly and specifically describes the main change: adding @lexmata/prisma-ent-generator to the v6 community generators list.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 6/8 reviews remaining, refill in 11 minutes and 46 seconds.

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

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.

1 participant