Skip to content

Commit 5f597b8

Browse files
Thanukamaxclaude
andcommitted
docs: note upstream drizzle-orm#5758 origin in disclaimer
Add a short note to the README and docs Introduction disclaimer sections referencing the open upstream feature request (drizzle-team/drizzle-orm#5758) for a first-party Cloudflare KV cache adapter. Clarifies that this package is an independent implementation of Drizzle's public cache interface filling that gap, not the first-party adapter discussed in the issue, with a note to migrate if one lands upstream. Changelog updated under [Unreleased]. Closes #7 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7bd4699 commit 5f597b8

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Docs: note the upstream origin ([drizzle-team/drizzle-orm#5758](https://github.com/drizzle-team/drizzle-orm/issues/5758))
13+
in the README and docs disclaimer, clarifying this is an independent adapter
14+
and not the first-party Cloudflare KV adapter requested upstream.
15+
1016
## [0.1.0] - 2026-06-20
1117

1218
### Added

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ Contributions are welcome! Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for
147147

148148
This is an independent, community-maintained project. It is **not affiliated with, endorsed by, or sponsored by** Drizzle ORM or Cloudflare, Inc. "Drizzle", "Cloudflare", "Cloudflare Workers", "Workers KV", and "D1" are trademarks of their respective owners and are used here for identification purposes only.
149149

150+
This adapter exists because of an open upstream feature request — [drizzle-team/drizzle-orm#5758](https://github.com/drizzle-team/drizzle-orm/issues/5758), which asks for a first-party Cloudflare KV cache adapter in Drizzle ORM. At the time of writing that request is still open and Drizzle does **not** ship an official Cloudflare KV adapter. This package is an independent implementation of Drizzle's public [cache interface](https://orm.drizzle.team/docs/cache) that fills the gap in the meantime; it is **not** the first-party adapter discussed in that issue. If an official adapter ever lands upstream, we'll help users migrate to it.
151+
150152
## License
151153

152154
[MIT](./LICENSE) © BitByBit-B3

docs/src/content/docs/introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ Drizzle's cache layer ships with a Redis/Upstash adapter out of the box. On Clou
3737
## Disclaimer
3838

3939
This is an independent, community-maintained project. It is **not affiliated with, endorsed by, or sponsored by** Drizzle ORM or Cloudflare, Inc. "Drizzle", "Cloudflare", "Cloudflare Workers", "Workers KV", and "D1" are trademarks of their respective owners and are used here for identification purposes only.
40+
41+
This adapter exists because of an open upstream feature request — [drizzle-team/drizzle-orm#5758](https://github.com/drizzle-team/drizzle-orm/issues/5758), which asks for a first-party Cloudflare KV cache adapter in Drizzle ORM. At the time of writing that request is still open and Drizzle does **not** ship an official Cloudflare KV adapter. This package is an independent implementation of Drizzle's public [cache interface](https://orm.drizzle.team/docs/cache) that fills the gap in the meantime; it is **not** the first-party adapter discussed in that issue. If an official adapter ever lands upstream, we'll help users migrate to it.

0 commit comments

Comments
 (0)