From b3fa7c7c077c36e90b613764b4a36862cb791b16 Mon Sep 17 00:00:00 2001 From: xcfox Date: Sat, 28 Sep 2024 21:12:03 +0800 Subject: [PATCH] Add GQLoom to API libraries in ecosystem page --- website/src/routes/guides/(get-started)/ecosystem/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/routes/guides/(get-started)/ecosystem/index.mdx b/website/src/routes/guides/(get-started)/ecosystem/index.mdx index a5fbc7576..2ff2c4817 100644 --- a/website/src/routes/guides/(get-started)/ecosystem/index.mdx +++ b/website/src/routes/guides/(get-started)/ecosystem/index.mdx @@ -36,6 +36,7 @@ Use the button at the bottom left of this page to add your project to this ecosy ### API libraries - [Drizzle ORM](https://orm.drizzle.team/): TypeScript ORM that feels like writing SQL +- [GQLoom](https://gqloom.dev/): Weave GraphQL schema and resolvers using Valibot - [Hono](https://hono.dev/): Ultrafast web framework for the Edges - [next-safe-action](https://next-safe-action.dev) Type safe and validated Server Actions for Next.js - [tRPC](https://trpc.io/): Move Fast and Break Nothing. End-to-end typesafe APIs made easy