Skip to content

Commit 2f81e5f

Browse files
authored
[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.
1 parent c0cb377 commit 2f81e5f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/content/docs/d1/reference/community-projects.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ Community projects are not maintained by the Cloudflare D1 team. They are manage
1818

1919
## Projects
2020

21+
### Sutando ORM
22+
23+
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.
24+
25+
- [GitHub](https://github.com/sutandojs/sutando)
26+
- [D1 with Sutando ORM Example](https://github.com/sutandojs/sutando-examples/tree/main/typescript/rest-hono-cf-d1)
27+
28+
### knex-cloudflare-d1
29+
30+
knex-cloudflare-d1 is the Cloudflare D1 dialect for Knex.js. Note that this is not an official dialect provided by Knex.js.
31+
32+
- [GitHub](https://github.com/kiddyuchina/knex-cloudflare-d1)
33+
2134
### Prisma ORM
2235

2336
[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.

0 commit comments

Comments
 (0)