-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KV store #76
Comments
This is definitely on the roadmap, but no ETA yet. |
@wperron I built @adaptivelink/kv it can be used on Cloudflare and Deno Deploy today. |
A "KV store similar to Cloudflare Workers KV" may actually not be the right thing to ask for. I intended to ask for storage local to a Worker and probably you understood me as well. But CF's Workers KV is not storage local to a Worker. Workers KV is storage local to a location. It is implemented as a special Worker with file system access. All Worker instances at a location can access the instance of the special Worker at that location 1. This is why there need to be IDs, bindings, config files, etc. To not confuse things, I'll close this issue and open a better worded for a Storage API #110. Footnotes
|
Couldn't find an issue for this yet. I'm sure this is on your radar but a KV store to persist simple data similar to Cloudflare Workers KV would be nice!
The text was updated successfully, but these errors were encountered: