You can't turn an old KV namespace into an SQLite one
You can't turn an old KV namespace into an SQLite one

script_name option for local dev, the generated binding lacks a type parameter, usually provided to the namespace generic, ie.sendBatch, etc), what should happen? Should it just deadlock/timeout?If I have a transaction going on with SQLiteWhat do you mean by this? How do you have it going? Is it an implicit transaction, or do you use the
transaction()/transactionSync() functions?transaction()/transactionSync()ack it later.transactionSync() existed but this may help: https://medium.com/cloudflare-durable-objects-design-patterns/maintaining-consistent-state-56f5bb22dba9getPlatformProxy)script_name in the binding to support local dev:If you are not using RPC with your Durable Object, you can run a separate Wrangler dev session alongside your framework development server.
Otherwise, you can build your application and run both Workers in the same Wrangler dev session.
agents Schedule API to DOs? It's one of the more useful parts of agents that I'd love to have as part of the default implementation (or if lambro or Larry wanna add it into their DO packages getPlatformProxywrangler_external_do.jsonc file@cloudflare/actors library already has alarm scheduling helpers: https://github.com/cloudflare/actors/blob/9ec15ae82986adca5763ec517a9eea8d0bbe6ef7/examples/durable-objects/src/index.ts#L21DurableObject, no need to extend the Actor class.script_namescript_nameDOSTORE: DurableObjectNamespace /* DurableObjectStore from durables */;DOSTORE: DurableObjectNamespace<import("../.svelte-kit/cloudflare/_worker").DurableObjectStore>;sendBatchtransaction()/transactionSync()transaction()/transactionSync()acktransactionSync()getPlatformProxygetPlatformProxyError: Cannot access "DurableObjectStore#initialize" as Durable Object RPC is not yet supported between multiple dev sessions.agentwrangler_external_do.jsonc@cloudflare/actorsDurableObject