Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Docs: note the upstream origin ([drizzle-team/drizzle-orm#5758](https://github.com/drizzle-team/drizzle-orm/issues/5758))
in the README and docs disclaimer, clarifying this is an independent adapter
and not the first-party Cloudflare KV adapter requested upstream.

## [0.1.0] - 2026-06-20

### Added
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ Contributions are welcome! Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for

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.

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.

## License

[MIT](./LICENSE) © BitByBit-B3
2 changes: 2 additions & 0 deletions docs/src/content/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ Drizzle's cache layer ships with a Redis/Upstash adapter out of the box. On Clou
## Disclaimer

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.

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.
Loading