Inquiry About Transactions in Effect-TS SQLite Package
https://github.com/Effect-TS/effect/blob/main/packages/sql-sqlite-do/
@Tim Smart was just curious about how transactions work here? The cloudflare docs - https://developers.cloudflare.com/durable-objects/api/sql-storage/ mention:
which obviously isn't used in the effect package
@Tim Smart was just curious about how transactions work here? The cloudflare docs - https://developers.cloudflare.com/durable-objects/api/sql-storage/ mention:
Instead, use the ctx.storage.transaction() or ctx.storage.transactionSync() APIs to start a transaction, and then execute SQL queries in your callback.
which obviously isn't used in the effect package
