explicit transactions are not in development right now. D1's batch() API does execute a SQL transact
explicit transactions are not in development right now. D1's batch() API does execute a SQL transaction - https://developers.cloudflare.com/d1/build-with-d1/d1-client-api/#batch-statements
Cloudflare Docs
Query D1 | Cloudflare D1 docs
D1 is compatible with most SQLite’s SQL convention since it leverages SQLite’s query engine. D1 client API allows you to interact with a D1 database from within a Worker.
0 Replies