You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
First off — huge thanks for building and maintaining RivetKit. It’s been super helpful.
While I was looking through the adapter code, I noticed the RivetKit Cloudflare adapter might be using Durable Object KV storage instead of DO SQL. Could you confirm whether it actually uses KV or SQL?
If it is using KV, two quick suggestions:
KV might only be available on paid Cloudflare plans and could affect deployment choices — it would be great to call that out in the docs.
Consider switching to the Cloudflare-recommended Durable Objects SQL storage where it makes sense — that would be cheaper and more reliable for many users.