From abc7aa65d5b90d3c8bbb35f4105ad86768d566bf Mon Sep 17 00:00:00 2001 From: Endel Dreyer Date: Fri, 3 Oct 2025 18:27:29 -0300 Subject: [PATCH] Add zodgres to ecosystem documentation --- packages/docs/components/ecosystem.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/docs/components/ecosystem.tsx b/packages/docs/components/ecosystem.tsx index 37b3ac704..fc0e0291c 100644 --- a/packages/docs/components/ecosystem.tsx +++ b/packages/docs/components/ecosystem.tsx @@ -226,6 +226,12 @@ const poweredByZodProjects: ZodResource[] = [ url: "https://github.com/boneskull/bupkis", description: "Uncommonly extensible assertions for the beautiful people", slug: "boneskull/bupkis", + }, + { + name: "zodgres", + url: "https://github.com/endel/zodgres", + description: "Postgres.js + Zod: Database collections with static type inference and automatic migrations", + slug: "endel/zodgres", } ];