In production, likely I won't, but in testing, I'm deleting the data and then testing again. I just
In production, likely I won't, but in testing, I'm deleting the data and then testing again. I just had an idea though. I can set
this.#deleted = true and then reinitialize the database on future requests. If the DO goes out of memory, the constructor will run again and initialize it. If it hasn't gone out of memory yet, #deleted will be true. Should work.
