From 4be9784abbcd8c94899f523faa65e7fc83730420 Mon Sep 17 00:00:00 2001 From: "Joseph R. Quinn" <423821+quinnjr@users.noreply.github.com> Date: Fri, 1 May 2026 12:29:11 -0400 Subject: [PATCH] docs(generators): add @lexmata/prisma-ent-generator to v6 community list 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/web#7803 and can be ported to v6 separately if approved there. --- .../content/docs.v6/orm/prisma-schema/overview/generators.mdx | 1 + apps/docs/cspell.json | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/docs/content/docs.v6/orm/prisma-schema/overview/generators.mdx b/apps/docs/content/docs.v6/orm/prisma-schema/overview/generators.mdx index 0e59f83bdb..26c734fb22 100644 --- a/apps/docs/content/docs.v6/orm/prisma-schema/overview/generators.mdx +++ b/apps/docs/content/docs.v6/orm/prisma-schema/overview/generators.mdx @@ -449,3 +449,4 @@ The following is a list of community created generators. - [`prismabox`](https://github.com/m1212e/prismabox): Generates versatile [typebox](https://github.com/sinclairzx81/typebox) schema from your Prisma models. - [`prisma-generator-typescript-interfaces`](https://github.com/mogzol/prisma-generator-typescript-interfaces): Generates zero-dependency TypeScript interfaces from your Prisma schema. - [`prisma-openapi`](https://github.com/nitzano/prisma-openapi): Generates OpenAPI schema from Prisma models. +- [`@lexmata/prisma-ent-generator`](https://github.com/Lexmata/prisma-ent-generator): Generates Go [Ent](https://entgo.io/) schema files from your Prisma schema. diff --git a/apps/docs/cspell.json b/apps/docs/cspell.json index 4e1f3e1a4a..1483d9bc20 100644 --- a/apps/docs/cspell.json +++ b/apps/docs/cspell.json @@ -125,6 +125,7 @@ "Kysely", "lastname", "lastproduct", + "lexmata", "libc", "libgcc", "libpg",