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.