Durable Objects with SQL Question
I read this: https://developers.cloudflare.com/durable-objects/examples/durable-object-in-memory-state/
And I am wondering if data stored using SQL within the Durable Object will be wiped when the Durable Object is evicted? I see that it states that data stored with the Storage API won't be deleted, but I also would like to know if this is the same for SQL.
And I am wondering if data stored using SQL within the Durable Object will be wiped when the Durable Object is evicted? I see that it states that data stored with the Storage API won't be deleted, but I also would like to know if this is the same for SQL.
Cloudflare Docs
Create a Durable Object that stores the last location it was accessed from in-memory.
