From 2f81e5f09da3dda0a2451ef73d5a5352cf0ffd78 Mon Sep 17 00:00:00 2001 From: Jun Lee Date: Tue, 8 Oct 2024 09:16:49 +0100 Subject: [PATCH] [D1] Adding two more projects into the Community projects page. (#17368) * Adding two more projects into the Community projects page. * Adding more information about Sutando ORM. * Clarifying that dialect is not an official one provided by Knex.js. --- .../docs/d1/reference/community-projects.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/content/docs/d1/reference/community-projects.mdx b/src/content/docs/d1/reference/community-projects.mdx index ee1c035e823b91..10bb8c4bee855b 100644 --- a/src/content/docs/d1/reference/community-projects.mdx +++ b/src/content/docs/d1/reference/community-projects.mdx @@ -18,6 +18,19 @@ Community projects are not maintained by the Cloudflare D1 team. They are manage ## Projects +### Sutando ORM + +Sutando is an ORM designed for Node.js. With Sutando, each table in a database has a corresponding model that handles CRUD (Create, Read, Update, Delete) operations. + +- [GitHub](https://github.com/sutandojs/sutando) +- [D1 with Sutando ORM Example](https://github.com/sutandojs/sutando-examples/tree/main/typescript/rest-hono-cf-d1) + +### knex-cloudflare-d1 + +knex-cloudflare-d1 is the Cloudflare D1 dialect for Knex.js. Note that this is not an official dialect provided by Knex.js. + +- [GitHub](https://github.com/kiddyuchina/knex-cloudflare-d1) + ### Prisma ORM [Prisma ORM](https://www.prisma.io/orm) is a next-generation JavaScript and TypeScript ORM that unlocks a new level of developer experience when working with databases thanks to its intuitive data model, automated migrations, type-safety and auto-completion.