From ec2ae2c600afd9d4f76ac9772514a0159f1680a4 Mon Sep 17 00:00:00 2001 From: Malix | Alix Brunet Date: Sat, 13 Dec 2025 14:00:22 +0100 Subject: [PATCH] deprecate: d1-orm reason: archived --- src/content/docs/d1/reference/community-projects.mdx | 7 ------- 1 file changed, 7 deletions(-) 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.