Of course! https://developers.cloudflare.com/durable-objects/api/storage-api/#transaction > When usi
Of course! https://developers.cloudflare.com/durable-objects/api/storage-api/#transaction
When using the SQLite-backed storage engine, the txn object is obsolete. Any storage operations performed directly on the ctx.storage object, including SQL queries using ctx.storage.sql.exec(), will be considered part of the transaction.You can use both APIs, KV and SQL, inside an SQLite DO.
