diff --git a/src/content/docs/d1/reference/community-projects.mdx b/src/content/docs/d1/reference/community-projects.mdx index a1b9a2bd855..31c508b94ca 100644 --- a/src/content/docs/d1/reference/community-projects.mdx +++ b/src/content/docs/d1/reference/community-projects.mdx @@ -66,13 +66,6 @@ Flyweight is an ORM designed specifically for databases related to SQLite. It ha * [GitHub](https://github.com/thebinarysearchtree/flyweight) -### d1-orm - -Object Relational Mapping (ORM) is a technique to query and manipulate data by using JavaScript. Created by a Cloudflare Discord Community Champion, the `d1-orm` seeks to provide a strictly typed experience while using D1. - -* [GitHub](https://github.com/Interactions-as-a-Service/d1-orm/issues) -* [Documentation](https://docs.interactions.rest/d1-orm/) - ### workers-qb `workers-qb` is a zero-dependency query builder that provides a simple standardized interface while keeping the benefits and speed of using raw queries over a traditional ORM. While not intended to provide ORM-like functionality, `workers-qb` makes it easier to interact with your database from code for direct SQL access.