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",