Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Does the Rivetkit Cloudflare adapter use Durable Object KV or SQL? #1186

@Niapya

Description

@Niapya

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.

https://developers.cloudflare.com/durable-objects/api/storage-api/

Consider switching to the Cloudflare-recommended Durable Objects SQL storage where it makes sense — that would be cheaper and more reliable for many users.

Thanks again for the awesome work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions