Does D1 support transactions? Seems like not: ```bash To execute a transaction, please use the state

Does D1 support transactions? Seems like not:
To execute a transaction, please use the state.storage.transaction() API instead of the SQL BEGIN TRANSACTION or SAVEPOINT statements. The JavaScript API is safer because it will automatically roll back on exceptions, and because it interacts correctly with Durable Objects' automatic atomic write coalescing.
Error: D1_ERROR: not authorized
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Was this page helpful?