workers-rs icon indicating copy to clipboard operation
workers-rs copied to clipboard

Add basic support for sqlite-backed durable objects

Open maxbrunsfeld opened this issue 9 months ago • 4 comments

Fixes https://github.com/cloudflare/workers-rs/issues/645

Hi, we want to use sqlite-backed durable objects using Rust, so we added some bindings to the Sql Storage API. Let us know if there are changes you'd like to see. Thanks.

maxbrunsfeld avatar Apr 14 '25 22:04 maxbrunsfeld

This looks fantastic!!

PeterMHammond avatar Apr 14 '25 22:04 PeterMHammond

I say wrangler 4.10.0 (update available 4.11.0) and thought WOW it's been approved - awesome.....but then came to see this is still sitting unreviewed. 👎

PeterMHammond avatar Apr 15 '25 06:04 PeterMHammond

You might want to try to get in touch with one of the developers that get their PRs accepted to see if you can get merged.

spigaz avatar Apr 15 '25 12:04 spigaz

@zebp @danlapid fyi

lukevalenta avatar Apr 15 '25 12:04 lukevalenta

I'd love to get this across the line. I've made some improvements on my fork. I have been using it successfully.

https://github.com/cloudflare/workers-rs/pull/727

connyay avatar Jun 17 '25 03:06 connyay

Thanks @maxbrunsfeld for getting this one started. This has now been landed in https://github.com/cloudflare/workers-rs/pull/727.

guybedford avatar Jun 18 '25 19:06 guybedford