So all DOs have 1GB of disk even if you aren't using the SQLite but want to save something else on i
So all DOs have 1GB of disk even if you aren't using the SQLite but want to save something else on it?

10/5/24, 11:50 PM
this.ctx.storage.transactionSync(() => {...})..transactionSync() in the docsBEGIN TRANSACTION, the error message is not helpful, so some people came off thinking we don't support transactions at all. Will get that fixed soon.awaiting it should still succeedgetSync() or something... just changing it would break anyone who is using .then() instead of await.this.ctx.storage.transactionSync(() => {...}).transactionSync()BEGIN TRANSACTIONawaitawaitgetSync().then()