cloudflare / cloudflare/workers-rs
[Feature] Expose SQLite-backed Synchronous KV API for Durable Objects
Open
- Dominant language
- Rust
- Stars
- 3.7k
- Forks
- 429
- Avg merge
- 20h 28m
- Merged PRs (30d)
- 7
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Description
Durable Objects provide a [Synchronous KV API](https://developers.cloudflare.com/durable-objects/api/sqlite-storage-api/#synchronous-kv-api) on top of SQLite-backed storage.
However, the Rust `worker` crate only exposes the [asynchronous API](https://docs.rs/worker/latest/worker/durable/struct.Storage.html).
### Request
Expose the Synchronous KV API in Rust for parity with the JavaScript runtime.
Contributor guide
Assessment
This issue has not been assessed yet.