ClaudeCloudflare Developer Platform2026/07/09 0:00

Durable Objects, Workers - New Durable Object namespaces must use the SQLite storage backend

要点だけを先に読めるように短く再構成したセクションです。

元記事

Quick Digest

要約

要点だけを先に読めるように短く再構成したセクションです。

claudeja

Durable Objects, Workers - New Durable Object namespaces must use the SQLite storage backend の要約

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント2: Subscribe to RSS View RSS feeds ← Back to all posts New Durable Object namespaces must use the SQLite storage backend Jul 09, 2026 Durable Objects Workers If your account does not
  • ポイント3: New Durable Object namespaces must use the SQLite storage backend , which has been recommended for all new Durable Objects since it became generally available ↗ in 2024.

Summary

この記事は 2026-07-09 に公開された「Durable Objects, Workers - New Durable Object namespaces must use the SQLite storage backend」の内容を日本語で簡潔にまとめたものです。

Key Points

  • ポイント1: Changelog New updates and improvements at Cloudflare.
  • ポイント2: Subscribe to RSS View RSS feeds ← Back to all posts New Durable Object namespaces must use the SQLite storage backend Jul 09, 2026 Durable Objects Workers If your account does not
  • ポイント3: New Durable Object namespaces must use the SQLite storage backend , which has been recommended for all new Durable Objects since it became generally available ↗ in 2024.

Full Translation

翻訳

原文の流れを保ったまま読める翻訳セクションです。

claudeja

Durable Objects, Workers - New Durable Object namespaces must use the SQLite storage backend(原文タイトル)

概要

公開日: 2026-07-09 翻訳生成に失敗したため、原文をそのまま保存しています。

原文

Changelog New updates and improvements at Cloudflare. Subscribe to RSS View RSS feeds ← Back to all posts New Durable Object namespaces must use the SQLite storage backend Jul 09, 2026 Durable Objects Workers If your account does not already have a key-value (KV) backed Durable Object namespace, you can no longer create new ones. New Durable Object namespaces must use the SQLite storage backend , which has been recommended for all new Durable Objects since it became generally available ↗ in 2024. Create a new class with a new_sqlite_classes migration: wrangler.jsonc wrangler.toml JSONC { " $schema " : "./node_modules/wrangler/config-schema.json" , " migrations " : [ { " tag " : "v1" , " new_sqlite_classes " : [ "MyDurableObject" ] } ] } TOML [[ migrations ]] tag = "v1" new_sqlite_classes = [ "MyDurableObject" ] SQLite-backed Durable Objects have feature parity with the key-value backend — including the key-value storage API — and additionally support relational SQL queries and point-in-time recovery to restore an object's storage to any point in the past 30 days. If you attempt to create a new key-value backed namespace (a new_classes migration) on an affected account, the deployment fails with the following error: Creating new key-value backed Durable Object namespaces is no longer supported on this account. Please create a namespace using a new_sqlite_classes migration instead. This change only affects accounts that are not already using the key-value storage backend. Accounts with at least one existing key-value backed namespace can still create new ones for now, and the Workers Free plan has only ever supported SQLite-backed Durable Objects. It is part of a broader move toward SQLite as the single storage backend for Durable Objects, ahead of a future migration path for existing key-value backed objects. For more information, refer to Durable Objects migrations . Resources API New to Cloudflare? Directory Sponsorships Open Source Cloudflare Research Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Cloudflare Labs Speed Test Is BGP Safe Yet? Certificate Transparency Community Community forum X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings Was this helpful? Yes No