Skip to content

Commit

Permalink
[D1] Adding two more projects into the Community projects page. (#17368)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Oxyjun authored Oct 8, 2024
1 parent c0cb377 commit 2f81e5f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/content/docs/d1/reference/community-projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2f81e5f

Please sign in to comment.